FirstTimeCuratorLogin
deleteAllVisibleCookies
setTimeout 100000
comment Check first time login process
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle Log in to VIVO
comment Try logging in with wrong password
type loginName Rick Rookie
type loginPassword incorrect
clickAndWait loginForm
assertTitle Log in to VIVO
verifyTextPresent The email or password you entered is incorrect.
comment Login with correct password
type loginName RickRookie@cornell.edu
type loginPassword myPassword
clickAndWait loginForm
assertTitle Log in to 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 Log in to VIVO
verifyTextPresent Your new password cannot match the current one.
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
comment Verify that account is logged in
verifyTextPresent Rick
verifyTextPresent You have logged in, but the system contains no profile for you.
verifyElementPresent link=My account
verifyElementNotPresent link=My profile
comment Log out
clickAndWait link=Home
clickAndWait link=Log out
assertTitle VIVO