From fceb579d6e95df9ba5a0efeaf56f76ff3b3b502e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 26 Apr 2011 01:26:36 -0400 Subject: Updated Selenium tests. The following test suites have been updated to use the new DOM structure: user, group, host, hostgroup, netgroup, service, HBAC. --- install/ui/test/functional/hbacsvcgroup-add-member.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'install/ui/test/functional/hbacsvcgroup-add-member.html') diff --git a/install/ui/test/functional/hbacsvcgroup-add-member.html b/install/ui/test/functional/hbacsvcgroup-add-member.html index a92d2a210..1adf57de7 100644 --- a/install/ui/test/functional/hbacsvcgroup-add-member.html +++ b/install/ui/test/functional/hbacsvcgroup-add-member.html @@ -13,7 +13,7 @@ open - /ipa/ui/#navigation=1&policy=1&hbacrule-entity=hbacsvcgroup + /ipa/ui/#navigation=policy&policy=hbac&hbac=hbacsvcgroup @@ -23,7 +23,7 @@ verifyElementPresent - //div[@id='hbacrule']//span[@name='search']//input[@value='testhbacsvcgroup'] + css=.entity[name='hbacsvcgroup'] .facet[name='search'] input[value='testhbacsvcgroup'] @@ -32,13 +32,13 @@ - waitForTextPresent - testhbacsvcgroup: + waitForNotVisible + //span[@id='header-network-activity-indicator'] click - link=Add + css=.entity[name='hbacsvcgroup'] .facet[name='details'] span[name='member_hbacsvc'] a[title='Add'] @@ -68,7 +68,7 @@ verifyElementPresent - //div[@id='hbacrule']//span[@name='member_hbacsvc']//input[@value='testhbacsvc'] + css=.entity[name='hbacsvcgroup'] .facet[name='details'] span[name='member_hbacsvc'] input[value='testhbacsvc'] -- cgit