summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/hbacsvcgroup-del.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/functional/hbacsvcgroup-del.html')
-rw-r--r--install/ui/test/functional/hbacsvcgroup-del.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/install/ui/test/functional/hbacsvcgroup-del.html b/install/ui/test/functional/hbacsvcgroup-del.html
index 3027ca399..bc7ade308 100644
--- a/install/ui/test/functional/hbacsvcgroup-del.html
+++ b/install/ui/test/functional/hbacsvcgroup-del.html
@@ -17,7 +17,12 @@
<td></td>
</tr>
<tr>
- <td>waitForElementPresent</td>
+ <td>waitForNotVisible</td>
+ <td>//span[@id='header-network-activity-indicator']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>verifyElementPresent</td>
<td>//div[@id='hbacrule']//span[@name='search']//input[@value='testhbacsvcgroup']</td>
<td></td>
</tr>
@@ -37,11 +42,15 @@
<td></td>
</tr>
<tr>
- <td>waitForElementNotPresent</td>
+ <td>waitForNotVisible</td>
+ <td>//span[@id='header-network-activity-indicator']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>verifyElementNotPresent</td>
<td>//div[@id='hbacrule']//span[@name='search']//input[@value='testhbacsvcgroup']</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>