mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 18:10:15 +01:00
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@482 a4c988fc-2ded-0310-b66e-134b36920a42
7 lines
No EOL
244 B
Text
7 lines
No EOL
244 B
Text
open :controller => 'login', :action => 'logout'
|
|
open :controller => 'login'
|
|
assert_title 'exact:TRACKS::Login'
|
|
type "user_login", "admin"
|
|
type "user_password", "abracadabra"
|
|
click_and_wait "login"
|
|
assert_title 'exact:TRACKS::List tasks' |