tracks/test/selenium/home/change_todo_context_to_hidden_context.rsel

8 lines
226 B
Text
Raw Normal View History

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"