diff options
Diffstat (limited to 'install/ui/test/functional/hostgroup-remove-member-host.html')
-rw-r--r-- | install/ui/test/functional/hostgroup-remove-member-host.html | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/install/ui/test/functional/hostgroup-remove-member-host.html b/install/ui/test/functional/hostgroup-remove-member-host.html index 2ad4f4e8..006efed8 100644 --- a/install/ui/test/functional/hostgroup-remove-member-host.html +++ b/install/ui/test/functional/hostgroup-remove-member-host.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/ipa/ui/#navigation=0&identity=3</td> + <td>/ipa/ui/#navigation=identity&identity=hostgroup</td> <td></td> </tr> <tr> @@ -23,7 +23,7 @@ </tr> <tr> <td>verifyElementPresent</td> - <td>//div[@id='hostgroup']//span[@name='search']//input[@value='testhostgroup']</td> + <td>css=.entity[name='hostgroup'] .facet[name='search'] input[value='testhostgroup']</td> <td></td> </tr> <tr> @@ -32,28 +32,18 @@ <td></td> </tr> <tr> - <td>waitForTextPresent</td> - <td>testhostgroup:</td> - <td></td> -</tr> -<tr> - <td>click</td> - <td>//div[@id='hostgroup']/div[1]/ul/li[6]</td> - <td></td> -</tr> -<tr> - <td>waitForElementPresent</td> - <td>//div[@id='hostgroup']//span[@name='association']//input[@value='test.example.com']</td> + <td>waitForNotVisible</td> + <td>//span[@id='header-network-activity-indicator']</td> <td></td> </tr> <tr> <td>click</td> - <td>//div[@id='hostgroup']//span[@name='association']//input[@value='test.example.com']</td> + <td>css=.entity[name='hostgroup'] .facet[name='member_host'] input[value='test.example.com']</td> <td></td> </tr> <tr> <td>click</td> - <td>//div[@id='hostgroup']/div[1]/ul/li[6]/ul/li[2]/span/a[1]</td> + <td>css=.entity[name='hostgroup'] .facet[name='member_host'] a[title='Delete']</td> <td></td> </tr> <tr> @@ -62,13 +52,8 @@ <td></td> </tr> <tr> - <td>waitForElementNotPresent</td> - <td>//div[@id='hostgroup']//span[@name='association']//input[@value='test.example.com']</td> - <td></td> -</tr> -<tr> <td>click</td> - <td>//div[@id='hostgroup']/div[1]/ul/li[1]/span</td> + <td>//div[@id='content']/div/div[2]/div[2]/div[1]/div[2]/a[1]</td> <td></td> </tr> <tr> @@ -76,6 +61,11 @@ <td>//span[@id='header-network-activity-indicator']</td> <td></td> </tr> +<tr> + <td>verifyElementNotPresent</td> + <td>css=.entity[name='hostgroup'] .facet[name='member_host'] input[value='test.example.com']</td> + <td></td> +</tr> </tbody></table> </body> </html> |