Holly modified AdminSecurity and CreateAccounts test suites do to new password process.

This commit is contained in:
hlm7 2011-07-13 15:15:27 +00:00
parent 64249a5bbf
commit 64a568a18c
20 changed files with 242 additions and 77 deletions

View file

@ -126,7 +126,7 @@
</tr>
<tr>
<td>click</td>
<td>//input[@name='deleteAccount' and @value='http://vivo.mydomain.edu/individual/u2415']</td>
<td>deleteAccount</td>
<td></td>
</tr>
<tr>
@ -134,11 +134,31 @@
<td>delete-account</td>
<td></td>
</tr>
<tr>
<td>assertConfirmation</td>
<td>Are you sure you want to delete this account?</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td>5000</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>User accounts</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Deleted 1 accounts.</td>
<td></td>
</tr>
<tr>
<td>verifyElementNotPresent</td>
<td>link=RickRookie@cornell.edu</td>