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
|
@ -149,6 +149,16 @@
|
|||
<td>//input[@name='role' and @value='http://permissionSet-4']</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>
|
||||
|
@ -166,7 +176,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>A new account for Eddie Editor was successfully created. A notification email has been sent to EddieEditor@cornell.edu with instructions for activating the account and creating a password. </td>
|
||||
<td>A new account for Eddie Editor was successfully created.</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -192,7 +202,7 @@
|
|||
<tr>
|
||||
<td>verifyText</td>
|
||||
<td>//tr[2]/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