DeleteNewCuratorUser
deleteAllVisibleCookies
setTimeout 100000
comment Delete all test user account
open /vivo/
assertTitle VIVO
comment Must not be logged in already
clickAndWait link=Log in
assertTitle Log in to VIVO
comment Must login as site admin
type loginName testAdmin@cornell.edu
type loginPassword Password
clickAndWait loginForm
comment Go to User Accounts
clickAndWait link=Site Admin
assertTitle VIVO Site Administration
clickAndWait link=User accounts
assertTitle VIVO
comment Verify 3 user accounts exist before trying to delete them
verifyElementPresent ConnieCurator@cornell.edu
verifyElementPresent EddieEditor@cornell.edu
verifyElementPresent JaneFaculty@cornell.edu
comment Delete the accounts
click //input[@name='deleteAccount' and @value='http://vivo.mydomain.edu/individual/u7032']
click //input[@name='deleteAccount' and @value='http://vivo.mydomain.edu/individual/u884']
click name=deleteAccount
clickAndWait name=delete-account
assertTitle VIVO
comment Verify 3 user accounts are gone
verifyElementNotPresent ConnieCurator@cornell.edu
verifyElementNotPresent EddieEditor@cornell.edu
verifyElementNotPresent JaneFaculty@cornell.edu
comment Logout
clickAndWait link=Home
clickAndWait link=Log out
assertTitle VIVO