tracks/test/selenium/mobile/create_new_action.rsel
2010-08-25 23:57:52 -07:00

18 lines
514 B
Text

setup :fixtures => :all
login :as => 'admin'
open '/m'
wait_for_text 'css=h1 span.count', '11'
click_and_wait "link=0-New action"
type "todo_notes", "test notes"
type "todo_description", "test name"
select "todo_context_id", "label=call"
select "todo_project_id", "label=Make more money than Billy Gates"
select "todo_due_3i", "label=1"
select "todo_due_2i", "label=January"
select "todo_due_1i", "label=2011"
click_and_wait "//input[@value='Create']"
wait_for_text 'css=h1 span.count', '12'