summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/group-del.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/functional/group-del.html')
-rw-r--r--install/ui/test/functional/group-del.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/install/ui/test/functional/group-del.html b/install/ui/test/functional/group-del.html
index a05f52cfe..84074cd87 100644
--- a/install/ui/test/functional/group-del.html
+++ b/install/ui/test/functional/group-del.html
@@ -17,8 +17,13 @@
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>4 groups matched</td>
+ <td>waitForNotVisible</td>
+ <td>//span[@id='header-network-activity-indicator']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>verifyElementPresent</td>
+ <td>//div[@id='group']//span[@name='search']//input[@value='testgroup']</td>
<td></td>
</tr>
<tr>
@@ -37,8 +42,13 @@
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>3 groups matched</td>
+ <td>waitForNotVisible</td>
+ <td>//span[@id='header-network-activity-indicator']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>verifyElementNotPresent</td>
+ <td>//div[@id='group']//span[@name='search']//input[@value='testgroup']</td>
<td></td>
</tr>
</tbody></table>