End of day commit
This commit is contained in:
@@ -71,10 +71,19 @@ 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
|
||||
@javascript @broken
|
||||
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
|
||||
|
||||
@javascript
|
||||
Scenario: Remove an order
|
||||
Given there is an active list and order
|
||||
And I am signed in as supplier
|
||||
When the supplier marks the order as wrong in the main board view
|
||||
Then the supplier main board order should not be visible anymore
|
||||
And the supplier main board list total should be updated
|
||||
And the supplier placed orders counter should be reduced
|
||||
|
||||
Reference in New Issue
Block a user