mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-19 13:48:09 +01:00
fix dependency features
This commit is contained in:
parent
fbe69a9a55
commit
2acfbd8f00
5 changed files with 14 additions and 6 deletions
|
|
@ -15,7 +15,8 @@ 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
|
||||
wait_for_animations_to_end
|
||||
# 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