Holly tweaked the self-editing test suites.

This commit is contained in:
hlm7 2011-11-22 20:37:00 +00:00
parent 3cdec89567
commit 6192eb19a1
5 changed files with 67 additions and 1192 deletions

View file

@ -96,7 +96,7 @@
</tr>
<tr>
<td>comment</td>
<td class="comment">Check privileges: should not see Data Input, Ontology Editor, Site Configuration, Advanced Data Tools.</td>
<td class="comment">Check privileges</td>
<td></td>
</tr>
<tr>
@ -109,6 +109,41 @@
<td>link=Site Admin</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>css=a.add-overview &gt; img.add-individual</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Edit</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>tinymce</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>tinymce</td>
<td>I am updating my own profile.</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>id=submit</td>
<td></td>
</tr>
<tr>
<td>assertTitle</td>
<td>Faculty, Jane</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>I am updating my own profile.</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Logout</td>