mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 08:46:34 +01:00
Updated Selenium test suite so that *all tests pass*. Found and fixed one bug in routes that a Selenium test caught.
This commit is contained in:
parent
397029dfc1
commit
c6b159b97e
9 changed files with 10 additions and 10 deletions
|
|
@ -3,5 +3,5 @@ login :as => 'admin'
|
|||
open "/projects/1"
|
||||
include_partial 'project_detail/add_deferred_todo'
|
||||
click "xpath=//div[@id='tickler'] //div[@id='todo_15'] //input[@class='item-checkbox']"
|
||||
wait_for_element_present "xpath=//div[@id='completed'] //div[@id='todo_15']"
|
||||
wait_for_element_present "xpath=//div[@id='completed_container'] //div[@id='todo_15']"
|
||||
assert_not_visible "tickler-empty-nd"
|
||||
Loading…
Add table
Add a link
Reference in a new issue