Adjust the test to reflect that an unprivileged user goes directly to his home page on login.

This commit is contained in:
jeb228 2010-04-01 20:39:08 +00:00
parent 9ec5ee2d69
commit 2c7a07fb3d

View file

@ -231,7 +231,12 @@
</tr>
<tr>
<td>verifyTextPresent</td>
<td>exact:http://vivo.mydomain.edu/individual/UserJoe</td>
<td>User may edit as the following Individuals:</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>UserJoe</td>
<td></td>
</tr>
<tr>
@ -275,33 +280,8 @@
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>VIVO Site Administration</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Index</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Index to VIVO Contents</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Faculty Member</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Faculty Member</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=UserJoe</td>
<td>comment</td>
<td class="comment">Joe is unprivileged, so he goes directly to his home page.</td>
<td></td>
</tr>
<tr>
@ -509,16 +489,6 @@
<td>VIVO Site Administration</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Index</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Index to VIVO Contents</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Log out</td>