summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/netgroup-mod.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/functional/netgroup-mod.html')
-rw-r--r--install/ui/test/functional/netgroup-mod.html19
1 files changed, 14 insertions, 5 deletions
diff --git a/install/ui/test/functional/netgroup-mod.html b/install/ui/test/functional/netgroup-mod.html
index 03407d0ba..e61c16abf 100644
--- a/install/ui/test/functional/netgroup-mod.html
+++ b/install/ui/test/functional/netgroup-mod.html
@@ -17,8 +17,13 @@
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>1 netgroup matched</td>
+ <td>waitForNotVisible</td>
+ <td>//span[@id='header-network-activity-indicator']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>verifyElementPresent</td>
+ <td>//div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup']</td>
<td></td>
</tr>
<tr>
@@ -122,16 +127,20 @@
<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='netgroup']//span[@name='search']//input[@value='testnetgroup']</td>
<td></td>
</tr>
<tr>
- <td>waitForElementPresent</td>
+ <td>verifyElementPresent</td>
<td>//div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup']/ancestor::tr//span[@name='description' and text()='Test Netgroup']</td>
<td></td>
</tr>
-
</tbody></table>
</body>
</html>