Finish join request spec
This commit is contained in:
@@ -28,10 +28,12 @@ Feature: Joining an occupied table
|
||||
And the other user should not be added to the active list
|
||||
And the other user should see a join reject message
|
||||
|
||||
#@javascript
|
||||
#Scenario: The other user just wants to see the table menu
|
||||
#Given There is an open supplier with a menu
|
||||
#And there is a signed in user with an active order
|
||||
#And I am on the user homepage
|
||||
#When another user scans the QR code on the table
|
||||
#And the other user clicks the show me the menu button
|
||||
@javascript
|
||||
Scenario: The other user just wants to see the table menu
|
||||
Given There is an open supplier with a menu
|
||||
And there is a signed in user with an active order
|
||||
And I am on the user homepage
|
||||
When another user scans the QR code on the table
|
||||
And the other user clicks the show me the menu button
|
||||
Then the other user sees the table menu
|
||||
And the other user does not see order buttons
|
||||
|
||||
Reference in New Issue
Block a user