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