add_and_delete_user
open /continuum/groupSummary.action
clickAndWait link=Users
clickAndWait usercreate_0
type userCreateForm_user_username test
type userCreateForm_user_fullName Test User
type userCreateForm_user_email test@example.com
type userCreateForm_user_password test123
type userCreateForm_user_confirmPassword test123
clickAndWait userCreateForm_0
clickAndWait addRolesToUser_submitRolesButton
clickAndWait link=Logout
clickAndWait link=Login
type loginForm_username test
type loginForm_password test123
clickAndWait loginForm__login
assertTextPresent Change Password
type passwordForm_existingPassword test123
type passwordForm_newPassword test123
type passwordForm_newPasswordConfirm test123
clickAndWait passwordForm__submit
assertTextPresent cannot match
type passwordForm_existingPassword test123
type passwordForm_newPassword test1234
type passwordForm_newPasswordConfirm test1234
clickAndWait passwordForm__submit
assertTextPresent Project Groups
clickAndWait link=Logout
clickAndWait link=Login
type loginForm_username admin
type loginForm_password test123
clickAndWait loginForm__login
clickAndWait link=Users
clickAndWait //table[@id='ec_table']/tbody[2]/tr[3]/td[7]/a/img
clickAndWait userdelete_0
assertTextPresent List of Users
assertTextNotPresent Test User