Holly modified AdminSecurity and CreateAccounts test suites do to new password process.
This commit is contained in:
parent
64249a5bbf
commit
64a568a18c
20 changed files with 242 additions and 77 deletions
|
@ -169,6 +169,16 @@
|
|||
<td>//input[@name='role' and @value='http://permissionSet-50']</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>initial-password</td>
|
||||
<td>myPassword</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>type</td>
|
||||
<td>confirm-password</td>
|
||||
<td>myPassword</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>clickAndWait</td>
|
||||
<td>submitAdd</td>
|
||||
|
@ -186,7 +196,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>A new account for Sis Admin was successfully created. A notification email has been sent to SisAdmin@cornell.edu with instructions for activating the account and creating a password.</td>
|
||||
<td>A new account for Sis Admin was successfully created.</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -194,11 +204,6 @@
|
|||
<td>link=SisAdmin@cornell.edu</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyElementPresent</td>
|
||||
<td>link=ConnieCurator@cornell.edu</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyText</td>
|
||||
<td>//tr[1]/td[1]</td>
|
||||
|
@ -217,7 +222,7 @@
|
|||
<tr>
|
||||
<td>verifyText</td>
|
||||
<td>//tr[1]/td[4]</td>
|
||||
<td>INACTIVE</td>
|
||||
<td>ACTIVE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyText</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue