Green specs 😄
This commit is contained in:
@@ -2,7 +2,7 @@ Feature: Ordering a product as a user
|
||||
|
||||
@javascript
|
||||
Scenario: Happy flow
|
||||
Given There is an open supplier with a menu
|
||||
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
|
||||
@@ -27,7 +27,7 @@ Feature: Ordering a product as a user
|
||||
|
||||
@javascript
|
||||
Scenario: Resetting an active order
|
||||
Given There is an open supplier with a menu
|
||||
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
|
||||
@@ -43,7 +43,7 @@ Feature: Ordering a product as a user
|
||||
|
||||
@javascript
|
||||
Scenario: Loading lists and switching to the order products view works, lists loading may unlink active list orders
|
||||
Given There is an open supplier with a menu
|
||||
Given there is an open supplier with a menu
|
||||
And there is a signed in user with an active order
|
||||
And the user has an older list for the same supplier
|
||||
And I wait 1 second
|
||||
|
||||
Reference in New Issue
Block a user