Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Tests
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
25 Jan 2016 at 13:54 UTC
Updated:
9 Feb 2016 at 16:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vasikeThere is a first patch for Product Admin tests:
- Test the form/field elements exists for product and variation IEF
- New method for edit a product page/form.
Comment #3
vasikeforgot the patch
Comment #4
vasikeUpdate the previous patch, remove t() function for test messages.
Comment #5
vasikehmm, it seems the previous patch was not ok (extra bracket left)
new patch here (& delete the previous).
Comment #6
vasikeand here is patch for the Order Admin/UI tests.
Updates from existing tests:
- Test the form/field elements exists for order and line item IEF.
- Test the edit line item.
Comment #7
vasikeNew patch for Store Order Admin/UI tests.
It seems was pretty broken.
There are several mandatory fields in the add/edit form, so actually the stores weren't save from UI.
This patch should "save" the saving from UI.
Updates:
- Test the form/field elements exists for store edit form.
- Add values for all mandatory fields, including for the store address.
Comment #8
vasikeit seems i didn't upload the patch for store.
Re-work and make a PR for this.
https://github.com/drupalcommerce/commerce/pull/314
I'll move the other patches for product and order to this PR.
Comment #9
vasikeUpdated the PR with the other patches (commits) for product and order.
Comment #11
bojanz commentedCommitted, thanks!