Add supplier info popup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
step "the user clicks on the table number info in the top right corner" do
|
||||
find('.top-menu .table-number').click
|
||||
end
|
||||
|
||||
step "the user sees the supplier information popup" do
|
||||
within '.modal' do
|
||||
page.should have_content @supplier.name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user