Product variant fix

This commit is contained in:
2015-08-13 16:53:34 +02:00
parent 0415603a49
commit 6e97f74b0a
23 changed files with 72 additions and 26 deletions
@@ -25,6 +25,17 @@ Feature: Ordering a product as a user
When the user orders list gets closed
Then the user should be redirected to the archived list path
@javascript
Scenario: Order a product with product variants
Given there is an open supplier with a menu
And I am signed in as a user
And I am on the user homepage
When the user scans a table QR code
And the user clicks on the order product button 'Australian beer'
And the user selects the product variant 'Without foam'
Then the user order 'Australian beer' with variant 'Without foam' should be in the order list
#TODO: MORE ADVANCED TEST
@javascript
Scenario: Resetting an active order
Given there is an open supplier with a menu