FirstTimeCuratorLogin
deleteAllVisibleCookies
comment Check first time login process
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle VIVO
comment Try logging in with wrong password
type loginName Connie Curator
type loginPassword incorrect
clickAndWait loginForm
assertTitle VIVO
verifyTextPresent The email or password you entered is incorrect.
comment Login with correct password
type loginName Connie Curator
type loginPassword myPassword
clickAndWait loginForm
assertTitle VIVO
comment Now it's time to change the password
verifyTextPresent New Password
verifyTextPresent Confirm Password
comment Try an invalid password
type newPassword junky
type confirmPassword junky
clickAndWait passwordChangeForm
verifyTextPresent Please enter a password between 6 and 12 characters in length.
comment Try using the original password as the new one
type newPassword myPassword
type confirmPassword myPassword
clickAndWait passwordChangeForm
assertTitle VIVO
verifyTextPresent Please choose a different password from the temporary one provided initially.
comment Try using 2 different passwords
type newPassword newPassword
type confirmPassword newPasword
clickAndWait passwordChangeForm
verifyTextPresent The passwords entered 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 Connie Curator
verifyElementPresent link=Log out
comment Log out
clickAndWait link=Home
clickAndWait link=Log out
assertTitle VIVO