summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/group-find.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/functional/group-find.html')
-rw-r--r--install/ui/test/functional/group-find.html51
1 files changed, 43 insertions, 8 deletions
diff --git a/install/ui/test/functional/group-find.html b/install/ui/test/functional/group-find.html
index ebc5624d5..1f9c34826 100644
--- a/install/ui/test/functional/group-find.html
+++ b/install/ui/test/functional/group-find.html
@@ -17,14 +17,19 @@
<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>
<td>type</td>
<td>search-group-filter</td>
- <td>testgroup</td>
+ <td>test</td>
</tr>
<tr>
<td>click</td>
@@ -32,8 +37,33 @@
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>1 group 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>
+ <td>type</td>
+ <td>search-group-filter</td>
+ <td>xxx</td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>link=Find</td>
+ <td></td>
+</tr>
+<tr>
+ <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>
<tr>
@@ -43,12 +73,17 @@
</tr>
<tr>
<td>click</td>
- <td>//div[@id='group']/span/div[1]/span[1]/a/span</td>
+ <td>link=Find</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForNotVisible</td>
+ <td>//span[@id='header-network-activity-indicator']</td>
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>4 groups matched</td>
+ <td>verifyElementPresent</td>
+ <td>//div[@id='group']//span[@name='search']//input[@value='testgroup']</td>
<td></td>
</tr>
</tbody></table>