diff --git a/utilities/acceptance-tests/suites/user-privileges/CreateUsersInDifferentRoles.html b/utilities/acceptance-tests/suites/user-privileges/CreateUsersInDifferentRoles.html deleted file mode 100644 index 6cc5591e..00000000 --- a/utilities/acceptance-tests/suites/user-privileges/CreateUsersInDifferentRoles.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -Create 3 Users in Different Roles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Create 3 Users in Different Roles
open.
assertTitleVIVO
commentLog in as default admin
clickAndWaitlink=Log in
assertTitleVIVO Site Administration
typeusernamedefaultAdmin
typepasswordPassword
clickAndWaitloginSubmitMode
assertTitleVIVO Site Administration
commentgo to User Accounts
clickAndWaitlink=User accounts
assertTitleUser Accounts
commentCreate new Unprivileged user
clickAndWait//input[@value='Add new user account']
assertTitleUser Account Editing Form
typeUsernameJoe User
typeFirstNameJoe
typeLastNameUser
typeMd5passwordfirstTime
typepasswordConfirmationfirstTime
clickAndWaitprimaryAction
assertTitleUser Account Control Panel
clickAndWait//input[@value='See All User Accounts']
assertTitleUser Accounts
commentCreate new Editor user
clickAndWait//input[@value='Add new user account']
assertTitleUser Account Editing Form
typeUsernameSally Editor
typeFirstNameSally
typeLastNameEditor
selectRoleURIlabel=editor
typeMd5passwordfirstTime
typepasswordConfirmationfirstTime
clickAndWaitprimaryAction
assertTitleUser Account Control Panel
clickAndWait//input[@value='See All User Accounts']
assertTitleUser Accounts
commentCreate new Curator user
clickAndWait//input[@value='Add new user account']
assertTitleUser Account Editing Form
typeUsernameJohn Curator
typeFirstNameJohn
typeLastNameCurator
selectRoleURIlabel=curator
typeMd5passwordfirstTime
typepasswordConfirmationfirstTime
clickAndWaitprimaryAction
assertTitleUser Account Control Panel
clickAndWait//input[@value='See All User Accounts']
assertTitleUser Accounts
commentdo they all exist?
verifyElementPresentlink=Joe User
verifyElementPresentlink=John Curator
verifyElementPresentlink=Sally Editor
commentLog out
clickAndWaitlink=Log out
assertTitleVIVO
- - diff --git a/utilities/acceptance-tests/suites/user-privileges/DeleteUsers.html b/utilities/acceptance-tests/suites/user-privileges/DeleteUsers.html deleted file mode 100644 index 32bd586a..00000000 --- a/utilities/acceptance-tests/suites/user-privileges/DeleteUsers.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - -Delete 3 Users - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Delete 3 Users
open.
assertTitleVIVO
commentLog in as default admin
clickAndWaitlink=Log in
assertTitleVIVO Site Administration
typeusernamedefaultAdmin
typepasswordPassword
clickAndWaitloginSubmitMode
assertTitleVIVO Site Administration
commentGo to User Accounts
clickAndWaitlink=User accounts
assertTitleUser Accounts
commentdelete Joe User
clickAndWaitlink=Joe User
assertTitleUser Account Control Panel
clickAndWait//input[@value='Edit User Account']
assertTitleUser Account Editing Form
click_delete
assertConfirmationAre you SURE you want to delete this user? If in doubt, CANCEL.
waitForPageToLoad5000
assertTitleUser Accounts
commentDelete Sally Editor
clickAndWaitlink=Sally Editor
assertTitleUser Account Control Panel
clickAndWait//input[@value='Edit User Account']
assertTitleUser Account Editing Form
click_delete
assertConfirmationAre you SURE you want to delete this user? If in doubt, CANCEL.
waitForPageToLoad5000
assertTitleUser Accounts
commentDelete John Curator
clickAndWaitlink=John Curator
assertTitleUser Account Control Panel
clickAndWait//input[@value='Edit User Account']
assertTitleUser Account Editing Form
click_delete
waitForPageToLoad5000
assertConfirmationAre you SURE you want to delete this user? If in doubt, CANCEL.
assertTitleUser Accounts
commentLog out
clickAndWaitlink=Log out
assertTitleVIVO
- -