From 8d68226f72041d231912cb9d3172c1d042333066 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 15 Mar 2011 19:28:45 -0400 Subject: Added host group test cases. --- .../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