tracks/test/selenium/home/defer_todo_empty_context.rsel
2008-12-02 20:58:54 +01:00

10 lines
282 B
Text

setup :fixtures => :all
login :as => 'admin'
open "/"
click "edit_icon_todo_5"
wait_for_element_present "show_from_todo_5"
type "show_from_todo_5", "1/1/2030"
click "css=#submit_todo_5"
wait_for_element_not_present "todo_5"
assert_text 'badge_count', '10'
wait_for_not_visible "c5"