2007-03-30 04:36:52 +00:00
|
|
|
setup :fixtures => :all
|
|
|
|
|
login :as => 'admin'
|
2007-05-25 19:01:08 +00:00
|
|
|
|
|
|
|
|
#first, defer a todo
|
2007-04-06 03:30:20 +00:00
|
|
|
open "/projects/1"
|
2007-05-25 19:01:08 +00:00
|
|
|
click "edit_icon_todo_5"
|
|
|
|
|
wait_for_element_present "show_from_todo_5"
|
|
|
|
|
type "show_from_todo_5", "1/1/2030"
|
2007-07-08 06:41:10 +00:00
|
|
|
click "css=#submit_todo_5"
|
2007-05-25 19:01:08 +00:00
|
|
|
wait_for_element_present "xpath=//div[@id='tickler'] //div[@id='todo_5']"
|
|
|
|
|
|
|
|
|
|
#now activate the other deferred one
|
2007-04-06 03:30:20 +00:00
|
|
|
open "/projects/1"
|
2007-05-25 19:01:08 +00:00
|
|
|
click "edit_icon_todo_15"
|
|
|
|
|
wait_for_element_present "show_from_todo_15"
|
|
|
|
|
type "show_from_todo_15", ""
|
2007-07-08 06:41:10 +00:00
|
|
|
click "css=#submit_todo_15"
|
2009-10-09 21:27:27 -04:00
|
|
|
wait_for_element_present "xpath=//div[@id='p1items'] //div[@id='todo_15']"
|
2007-03-30 04:36:52 +00:00
|
|
|
assert_not_visible "tickler-empty-nd"
|
2007-05-25 19:01:08 +00:00
|
|
|
assert_text 'badge_count', '2'
|