FirstTimeNobodyLogin
deleteAllVisibleCookies
comment First-time login for new unprivileged users
open /vivo/
assertTitle VIVO
comment Login for the first time
clickAndWait link=Log in
assertTitle VIVO Site Administration
comment Try the wrong password
type username Rick Rookie
type password incorrect
clickAndWait loginSubmitMode
assertTitle VIVO Site Administration
verifyTextPresent (1st login; initial password entered incorrectly)
verifyTextPresent Please try entering provided password again
comment Now the correct password
type password myPassword
clickAndWait loginSubmitMode
assertTitle VIVO Site Administration
verifyTextPresent (1st login; changing to new private password)
verifyTextPresent Please now choose a private password
comment Try changing to an invalid password
type password junk
click loginSubmitMode
assertAlert Please enter a password between 6 and 12 characters long
comment Now try a valid one
type password newPassword
clickAndWait loginSubmitMode
assertTitle VIVO Site Administration
verifyTextPresent (changing to new password)
verifyTextPresent Please re-enter new private password
comment Re-enter it incorrectly
type password garbage
clickAndWait loginSubmitMode
assertTitle VIVO Site Administration
verifyTextPresent (password incorrect)
verifyTextPresent Incorrect password: try again
comment Now re-enter it correctly
type password newPassword
clickAndWait loginSubmitMode
assertTitle VIVO Site Administration
comment Are we logged in?
verifyTextPresent Logged in as
verifyTextPresent Rick Rookie
comment Logout
clickAndWait loginSubmitMode
assertTitle VIVO