End of day commit
This commit is contained in:
@@ -4,7 +4,7 @@ step "there is another table" do
|
||||
end
|
||||
|
||||
step "the user should see a popup asking the user if he would like to change table" do
|
||||
move_table_body = page.evaluate_script "t('move_table.confirmation_body')"
|
||||
move_table_body = page.evaluate_script "t('move_table.confirmation_body', #{@other_table.attributes.to_json})"
|
||||
move_table_body.should be_present
|
||||
page.should have_content move_table_body
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user