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/service-mod.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/test/functional/service-mod.html') diff --git a/install/ui/test/functional/service-mod.html b/install/ui/test/functional/service-mod.html index 54ed8914..e78e1e69 100644 --- a/install/ui/test/functional/service-mod.html +++ b/install/ui/test/functional/service-mod.html @@ -13,7 +13,7 @@ open - /ipa/ui/#navigation=0&identity=5 + /ipa/ui/#navigation=identity&identity=service @@ -23,7 +23,7 @@ verifyElementPresent - //div[@id='service']//span[@name='search']//input[@value='testservice/test.example.com@IDM.LAB.BOS.REDHAT.COM'] + css=.entity[name='service'] .facet[name='search'] input[value='testservice/test.example.com@IDM.LAB.BOS.REDHAT.COM'] @@ -32,8 +32,8 @@ - waitForTextPresent - testservice/test.example.com@IDM.LAB.BOS.REDHAT.COM: + waitForNotVisible + //span[@id='header-network-activity-indicator'] -- cgit