Add Action
open /ksstestportal/@@plonetabs-controlpanel
fireEvent actname focus
waitForElementPresent //form[@id='addaction'][@class='adding']
click buttonadd
waitForTextPresent Please correct the indicated errors.
waitForTextPresent Empty or invalid id specified
waitForTextPresent Empty or invalid title specified
type actname action / title
type actid action_id
click buttonadd
waitForTextPresent 'action_id' action successfully added.
waitForElementPresent //li[@id='tabslist_action_id']
click //li[@id='tabslist_action_id']/a[@class='delete']
waitForTextPresent 'action_id' action successfully removed.