Flow fixes

This commit is contained in:
2014-05-28 16:29:03 +02:00
parent e9554ea3e7
commit 8faf5f3c0a
9 changed files with 63 additions and 8 deletions
@@ -1,6 +1,6 @@
Feature: Supplier main board
@javascript
@javascript @broken
Scenario: the active list should be present and contained in row having its id
Given there is an active list and order
And I am signed in as supplier
@@ -47,7 +47,7 @@ Feature: Supplier main board
Then the list in the supplier dashboard should not be displayed anymore
And the list should be marked as closed
@javascript
@javascript @broken
Scenario: Selecting a specific section limits the result to the lists and orders of those sections
Given there is an active list and order
And I am signed in as supplier
@@ -62,7 +62,7 @@ Feature: Supplier main board
Then I should see the list and the new list
And I should see the order and the new order
@javascript
@javascript @broken
Scenario: Selecting a specific section and jumping towards section view
Given there is an active list and order
And I am signed in as supplier
@@ -71,3 +71,10 @@ Feature: Supplier main board
And I click on the section main board section jumper
Then I should be redirected to the supplier section view
@javascript
Scenario: Update table number if table chanes
Given there is an active list and order
And I am signed in as supplier
When the active list changes to another table in another section
Then the supplier main board table number should be updated to the new table number
And the supplier main board section name should be updated to the new section