mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
6 lines
195 B
Text
6 lines
195 B
Text
|
|
setup :fixtures => :all
|
||
|
|
login :as => 'jane'
|
||
|
|
open '/'
|
||
|
|
click_and_wait "xpath=//div[@id='c10'] //div[@id='todo_16'] //input[@class='item-checkbox']"
|
||
|
|
assert_title "TRACKS::Project: Attend RailsConf"
|