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/user-mod.html | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'install/ui/test/functional/user-mod.html') diff --git a/install/ui/test/functional/user-mod.html b/install/ui/test/functional/user-mod.html index 21868203..347c74e1 100644 --- a/install/ui/test/functional/user-mod.html +++ b/install/ui/test/functional/user-mod.html @@ -13,7 +13,7 @@ open - /ipa/ui/#navigation=0&identity=0 + /ipa/ui/#navigation=identity&identity=user @@ -23,7 +23,7 @@ verifyElementPresent - //div[@id='user']//span[@name='search']//input[@value='testuser'] + css=.entity[name='user'] .facet[name='search'] input[value='testuser'] @@ -32,8 +32,8 @@ - waitForTextPresent - testuser: + waitForNotVisible + //span[@id='header-network-activity-indicator'] @@ -43,7 +43,7 @@ click - link=Add + css=span[name=mail] a[name=add] @@ -58,18 +58,13 @@ com - click - link=Update - - - - waitForTextNotPresent + verifyTextPresent undo click - css=li.back-to-search span.input_link + link=Update @@ -78,9 +73,9 @@ - verifyText - css=table.search-table tbody tr:nth-child(2) span[name=mail] - testuser@example.com + verifyTextNotPresent + undo + -- cgit