NewContactAndAccount
type xpath=(//input[@id='Contacts_firstName'])[2] TestInterface
type xpath=(//input[@id='Contacts_lastName'])[2] TestUI
type id=Contacts_title CEO
type xpath=(//input[@id='Contacts_phone'])[2] 123-456-7890
type id=Contacts_phone2 098-765-4321
click id=Contacts_doNotCall
click css=span.create-account
waitForElementPresent css=form#accounts-form
type id=Accounts_type Test
type id=Accounts_website test.com
addSelection id=Accounts_assignedTo_assignedToDropdown label=Anyone
type id=Accounts_description Test%123%
type id=Accounts_name TestAccountForContact
click css=form#accounts-form input.x2-button
waitForNotVisible css=form#accounts-form
typeKeys id=Contacts_company TestAccountFor
waitForTextPresent TestAccountForContact
click xpath=//a[.="TestAccountForContact"]
click id=Contacts_leadDate
click link=16
type id=Contacts_interest interest%123%
type id=Contacts_dealvalue 12345
click id=Contacts_closedate
click link=17
click css=#Contacts_leadscore_3 > a[title="4"]
click css=#Contacts_rating_4 > a[title="5"]
select id=Contacts_dealstatus label=Working
type id=Contacts_address %123% 3rd Ave.
type id=Contacts_website testui.test.com
type id=Contacts_state PN
type id=Contacts_zipcode 12345
type id=Contacts_country USA
type id=Contacts_city Somewhere%123%
type id=Contacts_address2 addr2%123%
type id=Contacts_backgroundInfo Backgroundinfo%123%
type id=Contacts_skype Skype%123%
type id=Contacts_linkedin Linkedin%123%
type id=Contacts_twitter Twitter%123%
type id=Contacts_facebook Facebook%123%
type id=Contacts_googleplus Googleplus%123%
type id=Contacts_otherUrl Other%123%
addSelection id=Accounts_assignedTo_assignedToDropdown label=Sales Rep
type id=Contacts_priority 1
click id=Contacts_doNotEmail
clickAndWait id=save-button
verifyTextPresent Testinterface Testui
verifyTextPresent CEO
verifyTextPresent TestAccountForContact
verifyTextPresent (123) 456-7890
verifyTextPresent (098) 765-4321
verifyTextPresent testui.test.com
verifyValue css=#Contacts_doNotCall_field input[type="checkbox"] on
verifyValue css=#Contacts_doNotEmail_field input[type="checkbox"] on
verifyTextPresent interest%123%
verifyTextPresent $12,345.00
verifyTextPresent 17,
verifyTextPresent 16,
verifyTextPresent %123% 3rd Ave.
verifyTextPresent PN
verifyTextPresent addr2%123%
verifyTextPresent 12345
verifyTextPresent Somewhere%123%
verifyTextPresent USA
verifyTextPresent Backgroundinfo%123%
verifyTextPresent Skype%123%
verifyTextPresent Other%123%
verifyTextPresent Googleplus%123%
verifyTextPresent Facebook%123%
verifyTextPresent Twitter%123%
verifyTextPresent Linkedin%123%
assertElementPresent css=div#relationships-form a:contains("TestAccountForContact")