mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
10 lines
255 B
Text
10 lines
255 B
Text
|
|
setup :fixtures => :all
|
||
|
|
login :as => 'admin'
|
||
|
|
open "/"
|
||
|
|
click "edit_icon_todo_9"
|
||
|
|
wait_for_element_present "show_from_todo_9"
|
||
|
|
type "show_from_todo_9", "1/1/2030"
|
||
|
|
click "css=#submit_todo_9"
|
||
|
|
wait_for_element_not_present "todo_9"
|
||
|
|
assert_text 'badge_count', '9'
|