Product variant fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user