We need general functional testing for the checkout process:
- Creating and reordering panes
- Validating panes, catching validation errors
- Moving from one page to the other and changing the status of the order
- Access control to pages
- Access control to orders
- Completing the checkout process
- Anonymous checkout
Comments
Comment #1
pcambrahttps://github.com/pcambra/drupalcommerce/commit/bf0e3ccbe17af68bf955c02...
Comment #2
pcambraAnother version for checkout tests, now with all the points covered:
https://github.com/pcambra/drupalcommerce/commit/241f42185a7a2bc404cbb82...
Comment #3
rszrama commentedCommitted. Marking this as "needs work" until we can safely depend on Rules to test anonymous checkout account creation.
Comment #4
pcambraAccount creation is now based in rules and it has test coverage, closing this one