mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
9 lines
256 B
Text
9 lines
256 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', '10'
|