mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
18 lines
498 B
Text
18 lines
498 B
Text
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
|
|
open '/m'
|
|
wait_for_text 'css=h1 span.count', '10'
|
|
|
|
click_and_wait "link=Add 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=2009"
|
|
click_and_wait "//input[@value='Create']"
|
|
|
|
wait_for_text 'css=h1 span.count', '11'
|