mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
9 lines
282 B
Text
9 lines
282 B
Text
|
|
setup :fixtures => :all
|
||
|
|
login :as => 'admin'
|
||
|
|
open "/"
|
||
|
|
wait_for_element_present '//div[@id="line_todo_5"]//img[@alt="Defer_1"]/..'
|
||
|
|
click '//div[@id="line_todo_5"]//img[@alt="Defer_1"]/..'
|
||
|
|
wait_for_element_not_present "todo_5"
|
||
|
|
assert_text 'badge_count', '9'
|
||
|
|
wait_for_not_visible "c5"
|