Add Action
open /ksstestportal/@@plonetabs-controlpanel
verifyElementPresent //li[@id='portaltab-index_html']
click visible_index_html
waitForTextPresent 'index_html' action is now invisible.
verifyElementNotPresent //li[@id='portaltab-index_html']
verifyElementPresent //li[@id='tabslist_index_html'][@class='invisible']
click visible_index_html
waitForTextPresent 'index_html' action is now visible.
verifyElementPresent //li[@id='portaltab-index_html']
verifyElementNotPresent //li[@id='tabslist_index_html'][@class='invisible']