Create Account
setTimeout 45000
open index.php/workflows/default
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
click //ul[@id='MashableInboxCreateDropdown']/li/a/span
clickAndWait //ul[@id='MashableInboxCreateDropdown']/li/ul/li[2]/a/span
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForText //div[@id='EmailTemplateEditAndDetailsView']/div/h1/span/span Create Email Template
click id=EmailTemplate_name
type id=EmailTemplate_name EmailTemplateTest ${randomSuffix}
click id=EmailTemplate_subject
type id=EmailTemplate_subject Email Template Subject ${randomSuffix}
click id=EmailTemplate_textContent
type id=EmailTemplate_textContent Test
clickAndWait link=Save
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForText //div[@id='EmailTemplateEditAndDetailsView']/div/div[2]/table/tbody/tr[2]/td EmailTemplateTest ${randomSuffix}