From d40e1f3a7fceb834a38913269a49de6a4ac5fe88 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 15 Mar 2011 18:38:43 -0400 Subject: Invoke open at the beginning of each test case. --- install/ui/test/functional/user-find.html | 32 ++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'install/ui/test/functional/user-find.html') 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 @@ open - /ipa/ui/ + /ipa/ui/#navigation=0&identity=0 + + + + waitForTextPresent + 2 users matched + + + + type + search-user-filter + testuser + + + click + //div[@id='user']/span/div[1]/span[1]/a/span @@ -21,6 +36,21 @@ 1 user matched + + type + search-user-filter + + + + click + //div[@id='user']/span/div[1]/span[1]/a/span + + + + waitForTextPresent + 2 users matched + + -- cgit