summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/sudorule-host.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/functional/sudorule-host.html')
-rw-r--r--install/ui/test/functional/sudorule-host.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/install/ui/test/functional/sudorule-host.html b/install/ui/test/functional/sudorule-host.html
index 8b552d6a3..c0e0e7b07 100644
--- a/install/ui/test/functional/sudorule-host.html
+++ b/install/ui/test/functional/sudorule-host.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='sudorule']//span[@name='search']//input[@value='testsudorule']</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='sudorule']//span[@name='hostcategory']//span[@name='memberhost_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='sudorule']//span[@name='hostcategory']//span[@name='memberhost_host']//input[@value='test.example.com']</td>
<td></td>
</tr>