Holly update the test cases for the CreatePeople test suite.
This commit is contained in:
parent
9dbdf83171
commit
21991a545d
15 changed files with 345 additions and 200 deletions
|
@ -136,7 +136,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>comment</td>
|
||||
<td class="comment">Select to update this individual's picture in the frontend</td>
|
||||
<td class="comment">Select to update this individual's picture</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -144,11 +144,6 @@
|
|||
<td>//img[@alt='add']</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>comment</td>
|
||||
<td class="comment">Select to upload an image</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>assertTitle</td>
|
||||
<td>Upload image for Librarian, Lily</td>
|
||||
|
@ -164,6 +159,11 @@
|
|||
<td>Current Photo</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Upload a photo (JPEG, GIF or PNG)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyElementPresent</td>
|
||||
<td>//img[@alt='Individual photo']</td>
|
||||
|
@ -209,6 +209,11 @@
|
|||
<td>Current Photo</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Upload a photo (JPEG, GIF or PNG)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyElementPresent</td>
|
||||
<td>//img[@alt='Individual photo']</td>
|
||||
|
@ -254,6 +259,11 @@
|
|||
<td>Current Photo</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Upload a photo (JPEG, GIF or PNG)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyElementPresent</td>
|
||||
<td>//img[@alt='Individual photo']</td>
|
||||
|
@ -336,12 +346,17 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>The uploaded image should be at least 200 pixels high and 200 pixels wide.</td>
|
||||
<td>Current Photo</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Current Photo</td>
|
||||
<td>Upload a photo (JPEG, GIF or PNG)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>The uploaded image should be at least 200 pixels high and 200 pixels wide.</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -376,12 +391,17 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Please upload an image smaller than 6 megabytes</td>
|
||||
<td>Current Photo</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Current Photo</td>
|
||||
<td>Upload a photo (JPEG, GIF or PNG)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Please upload an image smaller than 6 megabytes</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue