11 lines
436 B
Gherkin
11 lines
436 B
Gherkin
Feature: A signed in uses sees supplier info in the top right corner
|
|
|
|
@javascript
|
|
Scenario: Clicking on the table number opens the supplier info popup
|
|
Given there is a confirmed and open supplier
|
|
And I am signed in as a user
|
|
And the user has an active order
|
|
When I am on the user homepage
|
|
And the user clicks on the table number info in the top right corner
|
|
Then the user sees the supplier information popup
|