Holly made some more test case changes...

This commit is contained in:
hlm7 2011-11-29 16:27:35 +00:00
parent 60c6dcd060
commit 9c0ab640fa
14 changed files with 288 additions and 73 deletions

View file

@ -119,6 +119,11 @@
<td class="comment">Verify 3 user accounts exist before trying to delete them</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>9 accounts</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=EddieEditor@cornell.edu</td>
@ -149,16 +154,6 @@
<td>name=deleteAccount</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//input[@name='deleteAccount' and @value='http://vivo.mydomain.edu/individual/u4845']</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//input[@name='deleteAccount' and @value='http://vivo.mydomain.edu/individual/u4682']</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>name=delete-account</td>
@ -171,7 +166,67 @@
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Deleted 3 accounts.</td>
<td>8 accounts</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>name=deleteAccount</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>name=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>7 accounts</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>name=deleteAccount</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>name=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>6 accounts</td>
<td></td>
</tr>
<tr>