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 --- .../test/functional/hostgroup-add-member-host.html | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 install/ui/test/functional/hostgroup-add-member-host.html (limited to 'install/ui/test/functional/hostgroup-add-member-host.html') diff --git a/install/ui/test/functional/hostgroup-add-member-host.html b/install/ui/test/functional/hostgroup-add-member-host.html new file mode 100644 index 00000000..1030d6a5 --- /dev/null +++ b/install/ui/test/functional/hostgroup-add-member-host.html @@ -0,0 +1,82 @@ + + + + + + +Add Member Host + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Add Member Host
open/ipa/ui/#navigation=0&identity=3
waitForTextPresent1 hostgroup matched
clicklink=testhostgroup
waitForTextPresenttesthostgroup:
click//div[@id='hostgroup']/div[1]/ul/li[6]
clicklink=Enroll
waitForElementPresent//div[1]//input[@name='select' and @value='test.example.com']
click//div[1]//input[@name='select' and @value='test.example.com']
clicklink=>>
click//button[@type='button']
waitForElementPresent//div[@id='hostgroup']/span[@name='association']//input[@value='test.example.com']
click//div[@id='hostgroup']/div[1]/ul/li[1]/span
waitForTextPresent1 hostgroup matched
+ + -- cgit