summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/hbacrule-sourcehost.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/functional/hbacrule-sourcehost.html')
-rw-r--r--install/ui/test/functional/hbacrule-sourcehost.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/install/ui/test/functional/hbacrule-sourcehost.html b/install/ui/test/functional/hbacrule-sourcehost.html
index ae998b803..ac213f5de 100644
--- a/install/ui/test/functional/hbacrule-sourcehost.html
+++ b/install/ui/test/functional/hbacrule-sourcehost.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='testhbacrule']</td>
<td></td>
</tr>
@@ -57,7 +62,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='sourcehostcategory']//span[@name='sourcehost_host']//input[@value='test.example.com']</td>
<td></td>
</tr>
@@ -77,7 +87,12 @@
<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='sourcehostcategory']//span[@name='sourcehost_host']//input[@value='test.example.com']</td>
<td></td>
</tr>