fix dependency features

This commit is contained in:
Reinier Balt 2012-12-25 15:46:26 +01:00
parent fbe69a9a55
commit 2acfbd8f00
5 changed files with 14 additions and 6 deletions

View file

@ -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|