Speccing and fixing user list loading and adding orders to other users

This commit is contained in:
2014-08-28 18:07:30 +02:00
parent af4510cdc6
commit 14791df379
9 changed files with 66 additions and 1 deletions
@@ -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