Holly changes the CheckRepairMode test cases due to an unexpected message that needed to be confirmed.

This commit is contained in:
hlm7 2011-02-07 22:15:29 +00:00
parent 78493a91a4
commit b440465220
2 changed files with 16 additions and 1 deletions

View file

@ -265,7 +265,12 @@
<td></td>
</tr>
<tr>
<td>pause</td>
<td>assertConfirmation</td>
<td>Are you sure you want to delete the property Member at Large related role?</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td>5000</td>
<td></td>
</tr>

View file

@ -264,6 +264,16 @@
<td>//input[@value='Delete']</td>
<td></td>
</tr>
<tr>
<td>assertConfirmation</td>
<td>Are you sure you want to delete the property Member at Large related role?</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td>5000</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Verify role is gone</td>