Better speccing and cleanup in between commit
This commit is contained in:
+4
-1
@@ -73,10 +73,13 @@ Feature: Supplier main board
|
||||
Then I should be redirected to the supplier section view
|
||||
|
||||
@javascript
|
||||
Scenario: Update table number if table chanes
|
||||
Scenario: Update table number and section if table changes
|
||||
Given there is an active list and order
|
||||
And I am signed in as supplier
|
||||
# wait until page is fully loaded
|
||||
And I wait 2 seconds
|
||||
When the active list changes to another table in another section
|
||||
And I wait 1 second
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user