mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 16:14:07 +01:00
Fixing broken selenium-on-rails tests
This commit is contained in:
parent
3ac4c5c7d5
commit
a1aedfb172
8 changed files with 9 additions and 9 deletions
|
|
@ -8,5 +8,5 @@ click "submit_todo_15"
|
|||
wait_for_element_not_present "css=#c6 #todo_15"
|
||||
wait_for_visible "c5"
|
||||
wait_for_visible "css=#c5 #todo_15"
|
||||
assert_not_visible "c5empty-nd"
|
||||
wait_for_not_visible "c5empty-nd"
|
||||
wait_for_not_visible "c6"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ assert_context_count_incremented do
|
|||
type "todo_project_name", "None"
|
||||
type "todo_show_from", "1/1/2030"
|
||||
click "css=#todo-form-new-action .submit_box button"
|
||||
assert_confirmation "New context \"errands\" will be also created. Are you sure?"
|
||||
assert_confirmation "New context 'errands' will be also created. Are you sure?"
|
||||
end
|
||||
wait_for_not_visible "tickler-empty-nd"
|
||||
wait_for_element_present "css=div.item-container a[title=01/01/2030]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue