fix regression for editing project settings from project page

This commit is contained in:
Reinier Balt 2012-04-03 13:41:09 +02:00
parent 0012a56ecb
commit 2aef2b5622
7 changed files with 20 additions and 12 deletions

View file

@ -18,8 +18,10 @@ When /^I mark "([^"]*)" as uncompleted$/ do |action_description|
wait_for_ajax
end
When /^I mark the complete todo "([^"]*)" active$/ do |action_description|
When /^I mark the completed todo "([^"]*)" active$/ do |action_description|
step "I mark \"#{action_description}\" as uncompleted"
wait_for_ajax
wait_for_animations_to_end
end
####### (UN)STARRING #######