end of day commit
This commit is contained in:
@@ -16,7 +16,7 @@ end
|
||||
step "the user should see the supplier menu having the other table as base" do
|
||||
#route_should_be 'user#list_products'
|
||||
page.should have_content 'Apple pie'
|
||||
find('.table-number').text.should == "Tafel #{@other_table.number.to_s}"
|
||||
all('.table-number').map(&:text).uniq.should == ["# #{@other_table.number.to_s}"]
|
||||
end
|
||||
|
||||
step "the user list should have been moved to the other table" do
|
||||
|
||||
Reference in New Issue
Block a user