Add features

This commit is contained in:
2013-03-14 16:03:10 +01:00
parent d54662d973
commit 5d1ebaad07
4 changed files with 151 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
Feature: Supplier main board
@javascript
Scenario: the active list should be present and contained in row having its id
Given there is an active list
And I am signed in
And I am on the main board
Then there is a list record for the active list
@javascript
Scenario: an order is added to the list before visiting the page
Given there is an active list
And I am signed in
And an order is placed
And I am on the main board
Then there should be a record of the active order
@javascript
Scenario: an order is added to the list after visiting the page
Given there is an active list
And I am signed in
And I am on the main board
And an order is placed
Then there should be a record of the active order