mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 07:04:09 +01:00
fix regressions
This commit is contained in:
parent
c7637053e1
commit
8d6b9b5dbd
4 changed files with 26 additions and 18 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue