summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/netgroup-del.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/functional/netgroup-del.html')
-rw-r--r--install/ui/test/functional/netgroup-del.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/install/ui/test/functional/netgroup-del.html b/install/ui/test/functional/netgroup-del.html
index b949fe010..07ae31679 100644
--- a/install/ui/test/functional/netgroup-del.html
+++ b/install/ui/test/functional/netgroup-del.html
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/ipa/ui/#navigation=0&amp;identity=4</td>
+ <td>/ipa/ui/#navigation=identity&amp;identity=netgroup</td>
<td></td>
</tr>
<tr>
@@ -23,17 +23,17 @@
</tr>
<tr>
<td>verifyElementPresent</td>
- <td>//div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup']</td>
+ <td>css=.entity[name='netgroup'] .facet[name='search'] input[value='testnetgroup']</td>
<td></td>
</tr>
<tr>
<td>click</td>
- <td>//div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup']</td>
+ <td>css=.entity[name='netgroup'] .facet[name='search'] input[value='testnetgroup']</td>
<td></td>
</tr>
<tr>
<td>click</td>
- <td>//div[@id='netgroup']/div/ul/li[1]/span/span/a[1]</td>
+ <td>link=Delete</td>
<td></td>
</tr>
<tr>
@@ -48,7 +48,7 @@
</tr>
<tr>
<td>verifyElementNotPresent</td>
- <td>//div[@id='netgroup']//span[@name='search']//input[@value='testnetgroup']</td>
+ <td>css=.entity[name='netgroup'] .facet[name='search'] input[value='testnetgroup']</td>
<td></td>
</tr>
</tbody></table>