FirstTimeEditorLogin
deleteAllVisibleCookies
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle VIVO Site Administration
comment Try logging in with wrong password
type loginName Eddie Editor
type loginPassword incorrect
clickAndWait loginForm
assertTitle VIVO Site Administration
verifyTextPresent The email or password you entered is incorrect.
comment Login with correct password
type loginName Eddie Editor
type loginPassword myPassword
clickAndWait loginForm
assertTitle VIVO Site Administration
comment Now it's time to change the password
verifyTextPresent Create Your New Password
verifyTextPresent Please enter a password with more than 5 characters
comment Try an invalid password
type newPassword junk
type confirmPassword junk
click passwordChangeForm
assertAlert Please enter a password between 5 and 99 characters long
comment Try using the original password as the new one
type newPassword myPassword
type confirmPassword myPassword
clickAndWait passwordChangeForm
assertTitle VIVO Site Administration
verifyTextPresent Please choose a different password from the temporary one provided initially.
comment Try using 2 different passwords
type newPassword newPassword
type confirmPassword newPasword
click passwordChangeForm
assertAlert Passwords do not match
comment Change password correctly
type newPassword newPassword
type confirmPassword newPassword
clickAndWait passwordChangeForm
assertTitle VIVO Site Administration
comment Verify that account is logged in
verifyTextPresent Logged in as Eddie Editor (Log out)
comment Log out
clickAndWait link=Log out
assertTitle VIVO