Green except for the facebook auth spec, which is F5 tested at the moment

This commit is contained in:
2014-08-29 15:46:01 +02:00
parent ad4ad6bbb9
commit ee603bdf28
2 changed files with 7 additions and 3 deletions
@@ -13,11 +13,15 @@ Feature: Ordering a product as a user
Then the user order total should be visible with the correct total price
When the user clicks on the user order button
Then the user should be redirected to the user order overview page
And the supplier orders placed counter for the user should be 1
And the user order should be created as a new order
When the user order gets marked as being in process
Then the user order should get feedback of being in process
And the supplier orders placed counter for the user should be 0
And the supplier orders in process counter for the user should be 1
When the user order gets marked as being delivered
Then the user order should get feedback of being delivered
And the supplier orders in process counter for the user should be 0
When the user orders list gets closed
Then the user should be redirected to the archived list path