HBAC Rule Host
open /ipa/ui/#navigation=1&policy=1
waitForElementPresent //div[@id='hbacrule']//span[@name='search']//input[@value='testhbacrule']
click link=testhbacrule
waitForTextPresent testhbacrule:
click //div[@id='hbacrule']//span[@name='hostcategory']//span[@name='memberhost_host']//a[@title='Add']
waitForElementPresent //div[@name='available']//input[@value='test.example.com']
click //div[@name='available']//input[@value='test.example.com']
click link=>>
click //button[@type='button']
waitForElementPresent //div[@id='hbacrule']//span[@name='hostcategory']//span[@name='memberhost_host']//input[@value='test.example.com']
click //div[@id='hbacrule']//span[@name='hostcategory']//span[@name='memberhost_host']//input[@value='test.example.com']
click //div[@id='hbacrule']//span[@name='hostcategory']//span[@name='memberhost_host']//a[@title='Delete']
click //button[@type='button']
waitForElementNotPresent //div[@id='hbacrule']//span[@name='hostcategory']//span[@name='memberhost_host']//input[@value='test.example.com']