Create Account
setTimeout 45000
open index.php/workflows/default
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
type id=WorkflowsSearchForm_anyMixedAttributes WorkflowTestEdit ${randomSuffix}
keyUp id=WorkflowsSearchForm_anyMixedAttributes \10
waitForText //div[@id='list-view']/table/tbody/tr[1]/td[2]/a WorkflowTestEdit ${randomSuffix}
verifyTextPresent WorkflowTestEdit ${randomSuffix}
verifyValue WorkflowsSearchForm_anyMixedAttributes WorkflowTestEdit ${randomSuffix}
click //div[@id='list-view']/table/tbody/tr[1]/td[2]/a
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForText //div[@id='WorkflowDetailsView']/div/div[2]/div/table/tbody/tr[1]/td WorkflowTestEdit ${randomSuffix}
setSpeed 3000
click link=Delete
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForConfirmation Are you sure you want to delete this workflow?
chooseOkOnNextConfirmation
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
setSpeed 0