Green specs 😄
This commit is contained in:
@@ -2,7 +2,7 @@ Feature: Active list view
|
||||
|
||||
@javascript
|
||||
Scenario: Loading lists and switching back to the active list 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 is on the active list page
|
||||
When the user opens the side menu
|
||||
@@ -13,7 +13,7 @@ Feature: Active list view
|
||||
|
||||
@javascript
|
||||
Scenario: Order disappears and counter adjusts when a placed order is cancelled
|
||||
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 a placed order
|
||||
And the user is on the active list page
|
||||
And the supplier orders placed counter for the user should be 1
|
||||
@@ -24,7 +24,7 @@ Feature: Active list view
|
||||
|
||||
@javascript
|
||||
Scenario: Order disappears and counter adjusts when an active order is cancelled
|
||||
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 is on the active list page
|
||||
And the supplier orders in process counter for the user should be 1
|
||||
@@ -35,7 +35,7 @@ Feature: Active list view
|
||||
|
||||
@javascript
|
||||
Scenario: Two users on the same list when one place an order
|
||||
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 is on the active list page
|
||||
And there is another signed in user on the same list
|
||||
|
||||
Reference in New Issue
Block a user