summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/user-find.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-03-15 18:38:43 -0400
committerEndi S. Dewata <edewata@redhat.com>2011-03-21 15:57:10 -0400
commitd40e1f3a7fceb834a38913269a49de6a4ac5fe88 (patch)
tree8e4ce01c269e6b17871edd85ffcbafba8b7d8b16 /install/ui/test/functional/user-find.html
parentb4ad486c7aafd29ec842d75588f9f40c770edab5 (diff)
downloadfreeipa-d40e1f3a7fceb834a38913269a49de6a4ac5fe88.tar.gz
freeipa-d40e1f3a7fceb834a38913269a49de6a4ac5fe88.tar.xz
freeipa-d40e1f3a7fceb834a38913269a49de6a4ac5fe88.zip
Invoke open at the beginning of each test case.
Diffstat (limited to 'install/ui/test/functional/user-find.html')
-rw-r--r--install/ui/test/functional/user-find.html32
1 files changed, 31 insertions, 1 deletions
diff --git a/install/ui/test/functional/user-find.html b/install/ui/test/functional/user-find.html
index dc245b23..8d4b588a 100644
--- a/install/ui/test/functional/user-find.html
+++ b/install/ui/test/functional/user-find.html
@@ -13,7 +13,22 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/ipa/ui/</td>
+ <td>/ipa/ui/#navigation=0&amp;identity=0</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForTextPresent</td>
+ <td>2 users matched</td>
+ <td></td>
+</tr>
+<tr>
+ <td>type</td>
+ <td>search-user-filter</td>
+ <td>testuser</td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>//div[@id='user']/span/div[1]/span[1]/a/span</td>
<td></td>
</tr>
<tr>
@@ -21,6 +36,21 @@
<td>1 user matched</td>
<td></td>
</tr>
+<tr>
+ <td>type</td>
+ <td>search-user-filter</td>
+ <td></td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>//div[@id='user']/span/div[1]/span[1]/a/span</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForTextPresent</td>
+ <td>2 users matched</td>
+ <td></td>
+</tr>
</tbody></table>
</body>
</html>