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

8 lines
No EOL
289 B
Text

setup :fixtures => :users, :clear_tables => [:projects, :contexts, :todos]
login :as => 'admin'
open "/"
assert_context_count_incremented do
type "todo_description", "a new action"
type "todo_context_name", "Brand new context"
click "css=#todo-form-new-action .submit_box button"
end