AddPortalInstancesTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Portal Instances
clickAtAndWait //input[@value='Add']
waitForVisible _135_webId
type _135_webId www.able.com
type _135_virtualHost www.able.com
type _135_mx able.com
clickAtAndWait //input[@value='Save']
assertTextPresent Your request processed successfully.
assertElementPresent link=www.able.com
assertElementPresent link=able.com
clickAtAndWait //input[@value='Add']
waitForVisible _135_webId
type _135_webId www.baker.com
type _135_virtualHost www.baker.com
type _135_mx baker.com
clickAtAndWait //input[@value='Save']
assertTextPresent Your request processed successfully.
assertElementPresent link=www.baker.com
assertElementPresent link=baker.com