mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
12 lines
349 B
Text
12 lines
349 B
Text
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
open "/tickler"
|
|
click "edit_icon_todo_15"
|
|
wait_for_visible "context_name_todo_15"
|
|
type "context_name_todo_15", "lab"
|
|
click "submit_todo_15"
|
|
wait_for_element_not_present "css=#c6 #todo_15"
|
|
wait_for_visible "c5"
|
|
wait_for_visible "css=#c5 #todo_15"
|
|
assert_not_visible "c5empty-nd"
|
|
wait_for_not_visible "c6"
|