Test suite results

result: passed
totalTime: 632
numTestTotal: 6
numTestPasses: 6
numTestFailures: 0
numCommandPasses: 55
numCommandFailures: 0
numCommandErrors: 0
Selenium Version: 2.7
Selenium Revision: .0
Test Suite
Login as Super User
Create Account, Lead, Contact and Opportunity
Create Notes CRUD For Accounts
Create Notes CRUD For Contacts
Create Notes CRUD For Leads
Create Notes CRUD For Opportunities
 
cases/LoginSuperUser.html
Login as Super User
setSpeed 1000
open index.php/zurmo/default/login
waitForPageToLoad
type LoginForm_username super
type LoginForm_password super
click Login
waitForPageToLoad
waitForText //div[@id='HeaderLinksView']/div/div[2]/ul/li/a/span super
 
cases/CreateAccountLeadContactOpportunity.html
Create Account Lead Contact Opportunity
setSpeed 1000
storeGlobal javascript{Math.floor(Math.random()*11000)} randomSuffix
open index.php/accounts/default/create
waitForPageToLoad
waitForTextPresent Create Account
type Account_name my account ${randomSuffix}
clickAndWait save
waitForTextPresent my account ${randomSuffix}
open index.php/leads/default/create
waitForPageToLoad
waitForTextPresent Create Lead
type Contact_firstName Silly
type Contact_lastName Sally ${randomSuffix}
select Contact_state_id label=In Progress
select Contact_title_value label=Mrs.
clickAndWait save
waitForText //div[@id='LeadEditAndDetailsView']/div/h1 exact:Silly Sally ${randomSuffix}
assertText //div[@id='LeadEditAndDetailsView']/div/div[2]/table/tbody/tr[1]/td[1] Mrs. Silly Sally ${randomSuffix}
open index.php/contacts/default/create
waitForPageToLoad
waitForTextPresent Create Contact
type Contact_firstName Jinny
type Contact_lastName Jane ${randomSuffix}
select Contact_title_value label=Mrs.
select Contact_state_id label=Customer
clickAndWait save
waitForPageToLoad
waitForTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Mrs. Jinny Jane ${randomSuffix}
open index.php/opportunities/default/create
waitForPageToLoad
waitForTextPresent Create Opportunity
type Opportunity_name Test Opportunity ${randomSuffix}
type Opportunity_amount_value 500.34
click Opportunity_closeDate
click //div[@id='ui-datepicker-div']/div/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
clickAndWait save
waitForTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
 
cases/CreateEditDeleteNotesForAccounts.html
Create Edit Delete Notes For Accounts
setSpeed 1000
open index.php/accounts/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
clickAndWait link=my account ${randomSuffix}
waitForPageToLoad
waitForTextPresent my account ${randomSuffix}
verifyTextPresent Notes
type Note_description This is an Inline Note ${randomSuffix} for account without more options
click save
waitForTextPresent This is an Inline Note ${randomSuffix} for account without more options
clickAndWait link=This is an Inline Note ${randomSuffix} for account without more options
waitForTextPresent This is an Inline Note ${randomSuffix} for account without more options
verifyTextPresent my account ${randomSuffix}
verifyTextPresent Owner
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for account without more options
type Note_description This is an Inline New Note ${randomSuffix} for account without more options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
verifyValue ActivityItemForm_Account_name my account ${randomSuffix}
click ActivityItemForm_Contact_SelectLink
waitForTextPresent Contact Search
type ContactsSearchForm_anyMixedAttributes Jinny Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Note_owner_name Sam Smith
click Note_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for account without more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for account without more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for account without more options
waitForTextPresent Everyone
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent my account ${randomSuffix}
type Note_description This is an Inline Note ${randomSuffix} for account with more options
click link=More Options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
verifyValue ActivityItemForm_Account_name my account ${randomSuffix}
click ActivityItemForm_Contact_SelectLink
waitForTextPresent Contact Search
type ContactsSearchForm_anyMixedAttributes Jinny Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_explicitReadWriteModelPermissions_type_2
click save
open index.php/accounts/default
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
clickAndWait link=my account ${randomSuffix}
waitForTextPresent This is an Inline Note ${randomSuffix} for account with more options
clickAndWait link=This is an Inline Note ${randomSuffix} for account with more options
waitForTextPresent This is an Inline Note ${randomSuffix} for account with more options
verifyTextPresent my account ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for account with more options
type Note_description This is an Inline New Note ${randomSuffix} for account with more options
click Note_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for account with more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for account with more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for account with more options
waitForTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent my account ${randomSuffix}
 
cases/CreateEditDeleteNotesForContacts.html
Create Edit Delete Notes For Contacts
setSpeed 1000
open index.php/contacts/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type ContactsSearchForm_anyMixedAttributes Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Jinny Jane ${randomSuffix}
clickAndWait link=Jinny Jane ${randomSuffix}
waitForPageToLoad
waitForTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Notes
type Note_description This is an Inline Note ${randomSuffix} for contact without more options
click save
waitForTextPresent This is an Inline Note ${randomSuffix} for contact without more options
clickAndWait link=This is an Inline Note ${randomSuffix} for contact without more options
waitForTextPresent This is an Inline Note ${randomSuffix} for contact without more options
verifyTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Owner
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for contact without more options
type Note_description This is an Inline New Note ${randomSuffix} for contact without more options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
verifyValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Note_owner_name Sam Smith
click Note_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for contact without more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for contact without more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for contact without more options
waitForTextPresent Everyone
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent Jinny Jane ${randomSuffix}
type Note_description This is an Inline Note ${randomSuffix} for contact with more options
click link=More Options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
verifyValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_explicitReadWriteModelPermissions_type_2
click save
open index.php/accounts/default
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
clickAndWait link=my account ${randomSuffix}
waitForTextPresent This is an Inline Note ${randomSuffix} for contact with more options
clickAndWait link=This is an Inline Note ${randomSuffix} for contact with more options
waitForTextPresent This is an Inline Note ${randomSuffix} for contact with more options
verifyTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for contact with more options
type Note_description This is an Inline New Note ${randomSuffix} for contact with more options
click Note_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for contact with more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for contact with more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for contact with more options
waitForTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent Jinny Jane ${randomSuffix}
 
cases/CreateEditDeleteNotesForLeads.html
Create Edit Delete Notes For Leads
setSpeed 1000
open index.php/leads/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type LeadsSearchForm_anyMixedAttributes Sally ${randomSuffix}
keyUp LeadsSearchForm_anyMixedAttributes \10
waitForTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Silly Sally ${randomSuffix}
clickAndWait link=Silly Sally ${randomSuffix}
waitForPageToLoad
waitForTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Notes
type Note_description This is an Inline Note ${randomSuffix} for lead without more options
click save
waitForTextPresent This is an Inline Note ${randomSuffix} for lead without more options
clickAndWait link=This is an Inline Note ${randomSuffix} for lead without more options
waitForTextPresent This is an Inline Note ${randomSuffix} for lead without more options
verifyTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Owner
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for lead without more options
type Note_description This is an Inline New Note ${randomSuffix} for lead without more options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
verifyValue ActivityItemForm_Contact_name Silly Sally ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Note_owner_name Sam Smith
click Note_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for lead without more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for lead without more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for lead without more options
waitForTextPresent Everyone
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent Silly Sally ${randomSuffix}
type Note_description This is an Inline Note ${randomSuffix} for lead with more options
click link=More Options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
verifyValue ActivityItemForm_Contact_name Silly Sally ${randomSuffix}
click ActivityItemForm_Opportunity_SelectLink
waitForTextPresent Opportunity Search
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_explicitReadWriteModelPermissions_type_2
click save
open index.php/accounts/default
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
clickAndWait link=my account ${randomSuffix}
waitForTextPresent This is an Inline Note ${randomSuffix} for lead with more options
clickAndWait link=This is an Inline Note ${randomSuffix} for lead with more options
waitForTextPresent This is an Inline Note ${randomSuffix} for lead with more options
verifyTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for lead with more options
type Note_description This is an Inline New Note ${randomSuffix} for lead with more options
click Note_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for lead with more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for lead with more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for lead with more options
waitForTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent Silly Sally ${randomSuffix}
 
cases/CreateEditDeleteNotesForOpportunity.html
Create Edit Delete Notes For Opportunity
setSpeed 1000
open index.php/opportunities/default
waitForPageToLoad
verifyTextPresent Create
verifyTextPresent Advanced
type OpportunitiesSearchForm_anyMixedAttributes Test Opportunity ${randomSuffix}
keyUp OpportunitiesSearchForm_anyMixedAttributes \10
waitForTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
clickAndWait link=Test Opportunity ${randomSuffix}
waitForPageToLoad
waitForTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Notes
type Note_description This is an Inline Note ${randomSuffix} for opportunity without more options
click save
waitForTextPresent This is an Inline Note ${randomSuffix} for opportunity without more options
clickAndWait link=This is an Inline Note ${randomSuffix} for opportunity without more options
waitForTextPresent This is an Inline Note ${randomSuffix} for opportunity without more options
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Owner
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for opportunity without more options
type Note_description This is an Inline New Note ${randomSuffix} for opportunity without more options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
click ActivityItemForm_Contact_SelectLink
waitForTextPresent Contact Search
type ContactsSearchForm_anyMixedAttributes Jinny Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
verifyValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Note_owner_name Sam Smith
click Note_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for opportunity without more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for opportunity without more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for opportunity without more options
waitForTextPresent Everyone
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent Test Opportunity ${randomSuffix}
type Note_description This is an Inline Note ${randomSuffix} for opportunity with more options
click link=More Options
click Note_occurredOnDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
click ActivityItemForm_Account_SelectLink
waitForTextPresent Account Search
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Account_name my account ${randomSuffix}
click ActivityItemForm_Contact_SelectLink
waitForTextPresent Contact Search
type ContactsSearchForm_anyMixedAttributes Jinny Jane ${randomSuffix}
keyUp ContactsSearchForm_anyMixedAttributes \10
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a
waitForValue ActivityItemForm_Contact_name Jinny Jane ${randomSuffix}
verifyValue ActivityItemForm_Opportunity_name Test Opportunity ${randomSuffix}
click Note_explicitReadWriteModelPermissions_type_2
click save
open index.php/accounts/default
type AccountsSearchForm_anyMixedAttributes my account ${randomSuffix}
keyUp AccountsSearchForm_anyMixedAttributes \10
waitForTextPresent my account ${randomSuffix}
verifyTextPresent my account ${randomSuffix}
clickAndWait link=my account ${randomSuffix}
waitForTextPresent This is an Inline Note ${randomSuffix} for opportunity with more options
clickAndWait link=This is an Inline Note ${randomSuffix} for opportunity with more options
waitForTextPresent This is an Inline Note ${randomSuffix} for opportunity with more options
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent Super User
clickAndWait link=Edit
waitForTextPresent This is an Inline Note ${randomSuffix} for opportunity with more options
type Note_description This is an Inline New Note ${randomSuffix} for opportunity with more options
click Note_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent This is an Inline New Note ${randomSuffix} for opportunity with more options
clickAndWait link=This is an Inline New Note ${randomSuffix} for opportunity with more options
waitForTextPresent This is an Inline New Note ${randomSuffix} for opportunity with more options
waitForTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this note?
waitForPageToLoad
waitForTextPresent Test Opportunity ${randomSuffix}
 
info: Starting test /selenium-server/tests/cases/LoginSuperUser.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/zurmo/default/login |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |type | LoginForm_username | super |
info: Executing: |type | LoginForm_password | super |
info: Executing: |click | Login |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForText | //div[@id='HeaderLinksView']/div/div[2]/ul/li/a/span | super |
info: Starting test /selenium-server/tests/cases/CreateAccountLeadContactOpportunity.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |storeGlobal | javascript{Math.floor(Math.random()*11000)} | randomSuffix |
info: Executing: |open | index.php/accounts/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Account |  |
info: Executing: |type | Account_name | my account ${randomSuffix} |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |open | index.php/leads/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Lead |  |
info: Executing: |type | Contact_firstName | Silly |
info: Executing: |type | Contact_lastName | Sally ${randomSuffix} |
info: Executing: |select | Contact_state_id | label=In Progress |
info: Executing: |select | Contact_title_value | label=Mrs. |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForText | //div[@id='LeadEditAndDetailsView']/div/h1 | exact:Silly Sally ${randomSuffix} |
info: Executing: |assertText | //div[@id='LeadEditAndDetailsView']/div/div[2]/table/tbody/tr[1]/td[1] | Mrs. Silly Sally ${randomSuffix} |
info: Executing: |open | index.php/contacts/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Contact |  |
info: Executing: |type | Contact_firstName | Jinny |
info: Executing: |type | Contact_lastName | Jane ${randomSuffix} |
info: Executing: |select | Contact_title_value | label=Mrs. |
info: Executing: |select | Contact_state_id | label=Customer |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Mrs. Jinny Jane ${randomSuffix} |  |
info: Executing: |open | index.php/opportunities/default/create |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Create Opportunity |  |
info: Executing: |type | Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |type | Opportunity_amount_value | 500.34 |
info: Executing: |click | Opportunity_closeDate |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteNotesForAccounts.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=my account ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Notes |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for account without more options |
info: Executing: |click | save |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for account without more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for account without more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for account without more options |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for account without more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for account without more options |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |verifyValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Contact_SelectLink |  |
info: Executing: |waitForTextPresent | Contact Search |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jinny Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Note_owner_name | Sam Smith |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for account without more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for account without more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for account without more options |  |
info: Executing: |waitForTextPresent | Everyone |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for account with more options |
info: Executing: |click | link=More Options |  |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |verifyValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Contact_SelectLink |  |
info: Executing: |waitForTextPresent | Contact Search |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jinny Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |click | save |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=my account ${randomSuffix} |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for account with more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for account with more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for account with more options |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for account with more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for account with more options |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for account with more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for account with more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for account with more options |  |
info: Executing: |waitForTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteNotesForContacts.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/contacts/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Jinny Jane ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Notes |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for contact without more options |
info: Executing: |click | save |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for contact without more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for contact without more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for contact without more options |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for contact without more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for contact without more options |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Note_owner_name | Sam Smith |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for contact without more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for contact without more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for contact without more options |  |
info: Executing: |waitForTextPresent | Everyone |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for contact with more options |
info: Executing: |click | link=More Options |  |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |click | save |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=my account ${randomSuffix} |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for contact with more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for contact with more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for contact with more options |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for contact with more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for contact with more options |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for contact with more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for contact with more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for contact with more options |  |
info: Executing: |waitForTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteNotesForLeads.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/leads/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | LeadsSearchForm_anyMixedAttributes | Sally ${randomSuffix} |
info: Executing: |keyUp | LeadsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Silly Sally ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Notes |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for lead without more options |
info: Executing: |click | save |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for lead without more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for lead without more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for lead without more options |  |
info: Executing: |verifyTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for lead without more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for lead without more options |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Contact_name | Silly Sally ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Note_owner_name | Sam Smith |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for lead without more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for lead without more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for lead without more options |  |
info: Executing: |waitForTextPresent | Everyone |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for lead with more options |
info: Executing: |click | link=More Options |  |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Contact_name | Silly Sally ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Opportunity_SelectLink |  |
info: Executing: |waitForTextPresent | Opportunity Search |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |click | save |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=my account ${randomSuffix} |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for lead with more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for lead with more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for lead with more options |  |
info: Executing: |verifyTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for lead with more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for lead with more options |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for lead with more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for lead with more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for lead with more options |  |
info: Executing: |waitForTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteNotesForOpportunity.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/opportunities/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |verifyTextPresent | Create |  |
info: Executing: |verifyTextPresent | Advanced |  |
info: Executing: |type | OpportunitiesSearchForm_anyMixedAttributes | Test Opportunity ${randomSuffix} |
info: Executing: |keyUp | OpportunitiesSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |clickAndWait | link=Test Opportunity ${randomSuffix} |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Notes |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for opportunity without more options |
info: Executing: |click | save |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for opportunity without more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for opportunity without more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for opportunity without more options |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for opportunity without more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for opportunity without more options |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Contact_SelectLink |  |
info: Executing: |waitForTextPresent | Contact Search |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jinny Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_owner_SelectLink |  |
info: Executing: |waitForTextPresent | User Search |  |
info: Executing: |type | UsersSearchForm_anyMixedAttributes | Sam Smith |
info: Executing: |keyUp | UsersSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Sam Smith |  |
info: Executing: |click | link=Sam Smith |  |
info: Executing: |waitForValue | Note_owner_name | Sam Smith |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for opportunity without more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for opportunity without more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for opportunity without more options |  |
info: Executing: |waitForTextPresent | Everyone |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |type | Note_description | This is an Inline Note ${randomSuffix} for opportunity with more options |
info: Executing: |click | link=More Options |  |
info: Executing: |click | Note_occurredOnDateTime |  |
info: Executing: |waitForTextPresent | Hour |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[1]/a[2]/span |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |click | ActivityItemForm_Account_SelectLink |  |
info: Executing: |waitForTextPresent | Account Search |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Account_name | my account ${randomSuffix} |
info: Executing: |click | ActivityItemForm_Contact_SelectLink |  |
info: Executing: |waitForTextPresent | Contact Search |  |
info: Executing: |type | ContactsSearchForm_anyMixedAttributes | Jinny Jane ${randomSuffix} |
info: Executing: |keyUp | ContactsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='list-viewmodal']/table/tbody/tr/td[1]/a |  |
info: Executing: |waitForValue | ActivityItemForm_Contact_name | Jinny Jane ${randomSuffix} |
info: Executing: |verifyValue | ActivityItemForm_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |click | save |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |type | AccountsSearchForm_anyMixedAttributes | my account ${randomSuffix} |
info: Executing: |keyUp | AccountsSearchForm_anyMixedAttributes | \10 |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |clickAndWait | link=my account ${randomSuffix} |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for opportunity with more options |  |
info: Executing: |clickAndWait | link=This is an Inline Note ${randomSuffix} for opportunity with more options |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for opportunity with more options |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | Super User |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |waitForTextPresent | This is an Inline Note ${randomSuffix} for opportunity with more options |  |
info: Executing: |type | Note_description | This is an Inline New Note ${randomSuffix} for opportunity with more options |
info: Executing: |click | Note_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for opportunity with more options |  |
info: Executing: |clickAndWait | link=This is an Inline New Note ${randomSuffix} for opportunity with more options |  |
info: Executing: |waitForTextPresent | This is an Inline New Note ${randomSuffix} for opportunity with more options |  |
info: Executing: |waitForTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this note? |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |