fix small timing issue

This commit is contained in:
Reinier Balt 2012-07-15 20:11:07 +02:00
parent 0d854efbbb
commit 6e1ad5e200

View file

@ -70,6 +70,7 @@ When /I change the (.*) field of "([^\"]*)" to "([^\"]*)"$/ do |field_name, todo
fill_in "#{field_name}", :with => new_value
end
submit_edit_todo_form(todo)
wait_for_ajax
end
When /^I edit the context of "([^"]*)" to "([^"]*)"$/ do |todo_name, context_new_name|