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/host-add.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/test/functional/host-add.html') diff --git a/install/ui/test/functional/host-add.html b/install/ui/test/functional/host-add.html index 92657a23..a39f96e4 100644 --- a/install/ui/test/functional/host-add.html +++ b/install/ui/test/functional/host-add.html @@ -13,7 +13,7 @@ open - /ipa/ui/#navigation=0&identity=2 + /ipa/ui/#navigation=identity&identity=host @@ -23,12 +23,12 @@ verifyElementNotPresent - //div[@id='host']//span[@name='search']//input[@value='test.example.com'] + css=.entity[name='host'] .facet[name='search'] input[value='test.example.com'] click - //div[@id='host']/div/ul/li[1]/span/span/a[2] + link=Add @@ -53,7 +53,7 @@ verifyElementPresent - //div[@id='host']//span[@name='search']//input[@value='test.example.com'] + css=.entity[name='host'] .facet[name='search'] input[value='test.example.com'] -- cgit