mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
8 lines
226 B
Text
8 lines
226 B
Text
|
|
setup :fixtures => :all
|
||
|
|
login :as => 'admin'
|
||
|
|
open "/"
|
||
|
|
click "edit_icon_todo_12"
|
||
|
|
wait_for_visible "context_name_todo_12"
|
||
|
|
type "context_name_todo_12", "someday maybe"
|
||
|
|
click "submit_todo_12"
|
||
|
|
wait_for_element_not_present "todo_12"
|