mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 07:04:09 +01:00
8 lines
286 B
Text
8 lines
286 B
Text
setup :clear_tables => [:users, :preferences]
|
|
open '/'
|
|
assert_title 'exact:TRACKS::Sign up as the admin user'
|
|
type "user_login", "admin"
|
|
type "user_password", "abracadabra"
|
|
type "user_password_confirmation", "abracadabra"
|
|
click_and_wait "signup"
|
|
assert_title 'exact:TRACKS::List tasks'
|