mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
9 lines
282 B
Text
9 lines
282 B
Text
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
open "/tickler"
|
|
assert_context_count_incremented do
|
|
type "todo_description", "a new action"
|
|
type "todo_context_name", "Brand new context"
|
|
type "todo_show_from", "1/1/2030"
|
|
click "css=#todo-form-new-action .submit_box button"
|
|
end
|