Speccing and fixing user list loading and adding orders to other users
This commit is contained in:
@@ -32,3 +32,12 @@ Feature: Active list view
|
||||
And I wait 1 second
|
||||
Then the user should not see the order in the active list view
|
||||
And the supplier orders in process counter for the user should be 0
|
||||
|
||||
@javascript
|
||||
Scenario: Two users on the same list when one place an order
|
||||
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
|
||||
When the other user orders a product 5 times
|
||||
Then the original user should see the newly placed order
|
||||
|
||||
Reference in New Issue
Block a user