mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
8 lines
No EOL
226 B
Text
8 lines
No EOL
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" |