Fix cucumber failures related to jQuery UI changes

Ref #1975
This commit is contained in:
Dan Rice 2016-02-15 23:32:32 -05:00
parent 543ed97e2d
commit 9419e94a53
4 changed files with 9 additions and 6 deletions

View file

@ -116,6 +116,7 @@ When /^I edit the due date of "([^"]*)" to "([^"]*)"$/ do |action_description, d
open_edit_form_for(todo)
fill_in "due_todo_#{todo.id}", :with => date
close_datepicker
submit_edit_todo_form(todo)
end