Create Account
setTimeout 45000
open index.php/workflows/default
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
clickAndWait //div[@id='SecuredActionBarForWorkflowsSearchAndListView']/div/div/a[2]/span
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
type id=EmailTemplatesSearchForm_anyMixedAttributes EmailTemplateTest ${randomSuffix}
keyUp id=EmailTemplatesSearchForm_anyMixedAttributes \10
waitForText //div[@id='list-view']/table/tbody/tr/td[2]/a EmailTemplateTest ${randomSuffix}
verifyTextPresent EmailTemplateTest ${randomSuffix}
verifyValue EmailTemplatesSearchForm_anyMixedAttributes EmailTemplateTest ${randomSuffix}
clickAndWait //div[@id='list-view']/table/tbody/tr[1]/td[4]/a
waitForText //div[@id='EmailTemplateEditAndDetailsView']/div/h1/span/span EmailTemplateTest ${randomSuffix}
type id=EmailTemplate_textContent Test Edited
clickAndWait link=Save
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000