Convert Skip Account
setTimeout 45000
open index.php/leads/default/create
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForTextPresent Create Lead
setSpeed 3000
type Contact_firstName Skip
type Contact_lastName Account ${randomSuffix}
clickAndWait save
setSpeed 0
waitForText //div[@id='zurmoView']/div/table/tbody/tr[1]/td Skip Account ${randomSuffix}
waitForTextPresent Skip Account ${randomSuffix}
clickAndWait link=Convert
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForText //div[@id='LeadConvertView']/div/h1/span/span Lead Conversion: Skip Account ${randomSuffix}
waitForTextPresent Create Account or Select Account or Skip Account
click //a[@class='account-skip-link']
waitForTextPresent Complete lead conversion without selecting or creating an account.
clickAndWait //a[@id='AccountSkip']/span[3]
waitForText //div[@id='LeadConvertOpportunityView']/div/h1/span/span Lead Conversion: Skip Account ${randomSuffix}
waitForTextPresent Create Opportunity or Skip Opportunity
click //a[@class='opportunity-skip-link']
waitForTextPresent Complete lead conversion without creating an opportunity.
clickAndWait //a[@id='OpportunitySkip']/span[3]
open index.php/leads/default
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
type LeadsSearchForm_anyMixedAttributes Skip Account ${randomSuffix}
keyUp LeadsSearchForm_anyMixedAttributes \10
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForTextPresent No results found
verifyValue LeadsSearchForm_anyMixedAttributes Skip Account ${randomSuffix}
open index.php/contacts/default
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
type ContactsSearchForm_anyMixedAttributes Skip Account ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForText //div[@id='list-view']/div[2]/table/tbody/tr[1]/td[3]/a Skip Account ${randomSuffix}
verifyTextPresent Skip Account ${randomSuffix}
verifyValue ContactsSearchForm_anyMixedAttributes Skip Account ${randomSuffix}