tracks/test/selenium/home/change_todo_context_to_hidden_context.rsel
2008-05-20 21:28:26 +01:00

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"