mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-24 17:56:10 +01:00
fix some failing cucumber tests
This commit is contained in:
parent
def136374c
commit
3b673f0838
12 changed files with 41 additions and 33 deletions
|
|
@ -15,8 +15,6 @@ When /^I delete the action "([^"]*)"$/ do |action_description|
|
|||
get_confirm_text.should == "Are you sure that you want to delete the action '#{todo.description}'?"
|
||||
|
||||
wait_for_ajax
|
||||
# commented out: the notice is gone if you want to check for it
|
||||
# wait_for_animations_to_end
|
||||
end
|
||||
|
||||
When /^I delete the todo "([^"]*)"$/ do |action_description|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue