mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 12:50:19 +01:00
fix small timing issue
This commit is contained in:
parent
0d854efbbb
commit
6e1ad5e200
1 changed files with 1 additions and 0 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue