From e3a76d435e5ff312f503afb899ef6b505621d48a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 30 Mar 2011 22:52:28 -0400 Subject: Initial Selenium test cases. http://www.freeipa.org/page/Selenium --- .../ui/test/functional/group-add-member-user.html | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 install/ui/test/functional/group-add-member-user.html (limited to 'install/ui/test/functional/group-add-member-user.html') diff --git a/install/ui/test/functional/group-add-member-user.html b/install/ui/test/functional/group-add-member-user.html new file mode 100644 index 00000000..b0b18f35 --- /dev/null +++ b/install/ui/test/functional/group-add-member-user.html @@ -0,0 +1,81 @@ + + + + + + +Add Member User + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Add Member User
open/ipa/ui/#navigation=0&identity=1
waitForTextPresent4 groups matched
clicklink=testgroup
waitForTextPresenttestgroup:
click//div[@id='group']/div[1]/ul/li[4]
clicklink=Enroll
waitForElementPresent//div[1]/table/tbody/tr[2]/td[1]/input
click//div[1]/table/tbody/tr[2]/td[1]/input
clicklink=>>
click//button[@type='button']
waitForElementPresent//div[@id='group']/span[@name='association']//input[@value='testuser']
click//div[@id='group']/div[1]/ul/li[1]/span
waitForTextPresent4 groups matched
+ + -- cgit