fix regressions

This commit is contained in:
Reinier Balt 2012-04-04 20:03:40 +02:00
parent c7637053e1
commit 8d6b9b5dbd
4 changed files with 26 additions and 18 deletions

View file

@ -73,6 +73,8 @@ When /^I mark the pattern "([^"]*)" as (complete|active)$/ do |pattern_name, sta
pattern.should_not be_nil
pattern.completed?.should(state=="complete" ? be_false : be_true)
page.find("#check_#{pattern.id}").click
wait_for_ajax
wait_for_animations_to_end
end
When /^I follow the recurring todo link of "([^"]*)"$/ do |action_description|