10 lines
402 B
Gherkin
10 lines
402 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 there is a facebook user
|
|
And the user has an active order
|
|
When the user clicks on the table number info in the top right corner
|
|
Then the user sees the supplier information popup
|