Holly made a variety of test case changes.

This commit is contained in:
hlm7 2011-11-22 20:37:33 +00:00
parent 6192eb19a1
commit dda763795a
7 changed files with 349 additions and 29 deletions

View file

@ -114,6 +114,11 @@
<td>Site Configuration</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Manage Profile Editing</td>
<td></td>
</tr>
<tr>
<td>verifyElementNotPresent</td>
<td>link=Site information</td>
@ -134,11 +139,6 @@
<td>link=User accounts</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Manage Profile Editing</td>
<td></td>
</tr>
<tr>
<td>verifyElementNotPresent</td>
<td>link=Startup Status</td>
@ -244,6 +244,26 @@
<td>link=Recompute inferences</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Verify that link actually work</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Manage profile editing</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO Site Administration</td>
<td></td>
</tr>
<tr>
<td>verifyTextNotPresent</td>
<td>We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please contact us and we'll be happy to help. </td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Logout</td>