Passing spec for user product information

This commit is contained in:
2014-04-23 17:06:46 +02:00
parent ea498cb9c5
commit 546e4499ea
42 changed files with 190 additions and 482 deletions
@@ -5,8 +5,7 @@ Feature: Getting product information during an order
Given There is an open supplier with a menu
And the product 'Heineken beer' has description 'Brewed in Amsterdam'
And I am signed in as a user
#And I open the debugger
And I am on the user homepage
#When the user scans a table QR code
#And the user clicks on the more info button for the product with name 'Heineken beer'
#Then the page should have content 'Brewed in Amsterdam'
When the user scans a table QR code
And the user clicks on the more info button for the product with name 'Heineken beer'
Then the user page should have product information 'Brewed in Amsterdam'