summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/sudocmdgroup-add.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-05-06 16:26:53 -0400
committerAdam Young <ayoung@redhat.com>2011-05-11 11:17:30 -0400
commit90fb4ca00a26d8509ee22721474b09d080c6ce93 (patch)
tree42278d308557b8c497a14d7375c5d57148cf7bf3 /install/ui/test/functional/sudocmdgroup-add.html
parent3edb8ed5451772506489d4763d193730de1d022c (diff)
downloadfreeipa-90fb4ca00a26d8509ee22721474b09d080c6ce93.tar.gz
freeipa-90fb4ca00a26d8509ee22721474b09d080c6ce93.tar.xz
freeipa-90fb4ca00a26d8509ee22721474b09d080c6ce93.zip
Updated Selenium tests.
The following test suites have been updated to use the new DOM structure: SUDO, password policy, Kerberos Ticket policy, ACI.
Diffstat (limited to 'install/ui/test/functional/sudocmdgroup-add.html')
-rw-r--r--install/ui/test/functional/sudocmdgroup-add.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/test/functional/sudocmdgroup-add.html b/install/ui/test/functional/sudocmdgroup-add.html
index 83c403a38..00064d4c9 100644
--- a/install/ui/test/functional/sudocmdgroup-add.html
+++ b/install/ui/test/functional/sudocmdgroup-add.html
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/ipa/ui/#navigation=1&amp;policy=2&amp;sudorule-entity=sudocmdgroup</td>
+ <td>/ipa/ui/#navigation=policy&amp;policy=sudo&amp;sudo=sudocmdgroup</td>
<td></td>
</tr>
<tr>
@@ -23,12 +23,12 @@
</tr>
<tr>
<td>verifyElementNotPresent</td>
- <td>//div[@id='sudorule']//span[@name='search']//input[@value='testsudocmdgroup']</td>
+ <td>css=.entity[name='sudocmdgroup'] .facet[name='search'] input[value='testsudocmdgroup']</td>
<td></td>
</tr>
<tr>
<td>click</td>
- <td>//div[@id='sudorule']//div[@class='action-panel']//a[@title='Add']</td>
+ <td>css=.entity[name='sudocmdgroup'] .facet[name='search'] a[title='Add']</td>
<td></td>
</tr>
<tr>
@@ -53,7 +53,7 @@
</tr>
<tr>
<td>verifyElementPresent</td>
- <td>//div[@id='sudorule']//span[@name='search']//input[@value='testsudocmdgroup']</td>
+ <td>css=.entity[name='sudocmdgroup'] .facet[name='search'] input[value='testsudocmdgroup']</td>
<td></td>
</tr>
</tbody></table>