13 lines
520 B
Gherkin
13 lines
520 B
Gherkin
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
|