mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
6 lines
217 B
Text
6 lines
217 B
Text
|
|
setup :fixtures => :all
|
||
|
|
login :as => 'admin'
|
||
|
|
open '/'
|
||
|
|
click "xpath=//div[@id='c1'] //div[@id='todo_9'] //input[@class='item-checkbox']"
|
||
|
|
wait_for_element_present "xpath=//div[@id='completed'] //div[@id='todo_9']"
|