2007-04-02 04:18:19 +00:00
|
|
|
setup :fixtures => :all
|
|
|
|
|
login :as => 'admin'
|
|
|
|
|
|
|
|
|
|
open '/m'
|
|
|
|
|
wait_for_text 'css=h1 span.count', '10'
|
|
|
|
|
|
2008-04-28 05:53:24 +00:00
|
|
|
click_and_wait "link=Add new action"
|
2007-04-02 04:18:19 +00:00
|
|
|
|
|
|
|
|
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"
|
2008-03-14 15:24:27 +00:00
|
|
|
select "todo_due_1i", "label=2009"
|
2007-04-02 04:18:19 +00:00
|
|
|
click_and_wait "//input[@value='Create']"
|
|
|
|
|
|
|
|
|
|
wait_for_text 'css=h1 span.count', '11'
|