mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 07:51:48 +01:00
start fiingx failing cucumber scenario's and some small fixes
new capybara introduces some failing scenario's
This commit is contained in:
parent
c8d2db6fc3
commit
da2bee2e53
10 changed files with 42 additions and 19 deletions
|
|
@ -86,7 +86,9 @@ When /^I edit the description of "([^"]*)" to "([^"]*)"$/ do |action_description
|
|||
todo.should_not be_nil
|
||||
|
||||
open_edit_form_for(todo)
|
||||
fill_in "todo_description", :with => new_description
|
||||
within "form.edit_todo_form" do
|
||||
fill_in "todo_description", :with => new_description
|
||||
end
|
||||
submit_edit_todo_form(todo)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue