mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
13 lines
239 B
Text
13 lines
239 B
Text
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
|
|
open '/m'
|
|
wait_for_text 'css=h1 span.count', '11'
|
|
|
|
open '/todos/6.m'
|
|
wait_for_page_to_load 3000
|
|
|
|
click "done"
|
|
click_and_wait "//input[@value='Update']"
|
|
|
|
wait_for_text 'css=h1 span.count', '10'
|