Fix bug with unlinking user orders on lists load over active list
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Feature: Active list view
|
||||
|
||||
@javascript
|
||||
Scenario: Loading lists and switching back to the active list
|
||||
Given There is an open supplier with a menu
|
||||
And there is a signed in user with an active order
|
||||
And the user is on the active list page
|
||||
When the user opens the side menu
|
||||
And the user clicks on the lists link in the side menu
|
||||
And the user opens the side menu again
|
||||
And the user clicks on the active list link in the side menu
|
||||
Then the user should see the order in the active list view
|
||||
Reference in New Issue
Block a user