NewAdminFirstLogin
comment Login for first time with new admin account
deleteAllVisibleCookies
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle Log in to VIVO
verifyTextPresent Log in
comment Try logging in without a password
type loginName Sis Admin
type loginPassword
clickAndWait loginForm
verifyTextPresent Please enter your password.
verifyTextPresent Email
verifyTextPresent Password
comment Try logging in with the wrong password
type loginName Sis Admin
type loginPassword wrong
clickAndWait loginForm
assertTitle Log in to VIVO
verifyTextPresent Log in
verifyTextPresent The email or password you entered is incorrect.
comment Login with the correct password
type loginName Sis Admin
type loginPassword myPassword
clickAndWait loginForm
assertTitle Log in to VIVO
comment Now need to set a new password
verifyTextPresent New Password
verifyTextPresent Confirm Password
comment Cancel out before doing anything
clickAndWait link=Cancel
assertTitle VIVO
comment Login with the correct password again
clickAndWait link=Log in
assertTitle Log in to VIVO
verifyTextPresent Log in
type loginName Sis Admin
type loginPassword myPassword
clickAndWait loginForm
assertTitle Log in to VIVO
comment Try entering nothing in both fields
type newPassword
type confirmPassword
clickAndWait passwordChangeForm
verifyTextPresent Please enter your new password.
comment Enter in 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 password
type newPassword myPassword
type confirmPassword myPassword
clickAndWait passwordChangeForm
assertTitle Log in to VIVO
verifyTextPresent Please choose a different password from the temporary one provided initially.
comment Try entering in different passwords in each field
type newPassword newPassword
type confirmPassword newPasword
clickAndWait passwordChangeForm
verifyTextPresent The passwords entered do not match.
comment Enter valid passwords
type newPassword newPassword
type confirmPassword newPassword
clickAndWait passwordChangeForm
assertTitle VIVO
comment Verify new account is logged in and has access to correct options
verifyTextPresent Sis Admin
clickAndWait link=Site Admin
assertTitle VIVO Site Administration
verifyTextPresent Data Input
verifyTextPresent Site Configuration
verifyTextPresent Ontology Editor
verifyTextPresent Advanced Data Tools
comment log out
clickAndWait link=Log out
clickAndWait link=Home
assertTitle VIVO