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 Site Administration
comment Try logging in with wrong password
type loginName Connie Curator
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 Connie Curator
type loginPassword myPassword
clickAndWait loginForm
assertTitle VIVO Site Administration
comment Now it's time to change the password
verifyTextPresent Create Your New 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 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
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 Logged in as Connie Curator (Log out)
comment Log out
clickAndWait link=Log out
assertTitle VIVO