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/netgroup-del.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'install/ui/test/functional/netgroup-del.html') diff --git a/install/ui/test/functional/netgroup-del.html b/install/ui/test/functional/netgroup-del.html index b949fe01..07ae3167 100644 --- a/install/ui/test/functional/netgroup-del.html +++ b/install/ui/test/functional/netgroup-del.html @@ -13,7 +13,7 @@ open - /ipa/ui/#navigation=0&identity=4 + /ipa/ui/#navigation=identity&identity=netgroup @@ -23,17 +23,17 @@ verifyElementPresent - //div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup'] + css=.entity[name='netgroup'] .facet[name='search'] input[value='testnetgroup'] click - //div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup'] + css=.entity[name='netgroup'] .facet[name='search'] input[value='testnetgroup'] click - //div[@id='netgroup']/div/ul/li[1]/span/span/a[1] + link=Delete @@ -48,7 +48,7 @@ verifyElementNotPresent - //div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup'] + css=.entity[name='netgroup'] .facet[name='search'] input[value='testnetgroup'] -- cgit