Test suite results

result: passed
totalTime: 460
numTestTotal: 6
numTestPasses: 6
numTestFailures: 0
numCommandPasses: 61
numCommandFailures: 0
numCommandErrors: 0
Selenium Version: 2.7
Selenium Revision: .0
Test Suite
Login as Super User
Create Account, Lead, Contact and Opportunity
Create Meetings CRUD For Accounts
Create Meetings CRUD For Contacts
Create Meetings CRUD For Leads
Create Meetings 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/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/CreateEditDeleteMeetingsForAccounts.html
Create Edit Delete Meetings 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}
clickAndWait //div[@id='UpcomingMeetingsForAccountCalendarView']/div[1]/div/a
waitForTextPresent Create Meeting
type Meeting_name Project kick-off account ${randomSuffix}
type Meeting_location Telephone
click Meeting_startDateTime
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 Meeting_endDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
select Meeting_category_value label=Call
verifyValue ActivityItemForm_Account_name my account ${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}
type Meeting_description This is a test Meeting
click Meeting_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Meeting_owner_name Sam Smith
click Meeting_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent my account ${randomSuffix}
click //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off account ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off account ${randomSuffix}
verifyValue Meeting_location Telephone
verifyTextPresent Call
verifyTextPresent my account ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Meeting
type Meeting_name Project kick-off new account ${randomSuffix}
click Meeting_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent my account ${randomSuffix}
click //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off new account ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off new account ${randomSuffix}
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this meeting?
waitForPageToLoad
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}
click //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
verifyTextNotPresent Project kick-off new account ${randomSuffix}
 
cases/CreateEditDeleteMeetingsForContacts.html
Create Edit Delete Meetings 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}
clickAndWait //div[@id='UpcomingMeetingsForContactCalendarView']/div[1]/div/a
waitForTextPresent Create Meeting
type Meeting_name Project kick-off contact ${randomSuffix}
type Meeting_location Telephone
click Meeting_startDateTime
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 Meeting_endDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
select Meeting_category_value label=Call
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_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}
type Meeting_description This is a test Meeting
click Meeting_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Meeting_owner_name Sam Smith
click Meeting_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off contact ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off contact ${randomSuffix}
verifyValue Meeting_location Telephone
verifyTextPresent Call
verifyTextPresent Jinny Jane ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Meeting
type Meeting_name Project kick-off new contact ${randomSuffix}
click Meeting_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent Jinny Jane ${randomSuffix}
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off new contact ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off new contact ${randomSuffix}
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this meeting?
waitForPageToLoad
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}
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
verifyTextNotPresent Project kick-off new contact ${randomSuffix}
 
cases/CreateEditDeleteMeetingsForLeads.html
Create Edit Delete Meetings 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}
clickAndWait //div[@id='UpcomingMeetingsForContactCalendarView']/div[1]/div/a
waitForTextPresent Create Meeting
type Meeting_name Project kick-off lead ${randomSuffix}
type Meeting_location Telephone
click Meeting_startDateTime
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 Meeting_endDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
select Meeting_category_value label=Call
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_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}
type Meeting_description This is a test Meeting
click Meeting_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Meeting_owner_name Sam Smith
click Meeting_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent Silly Sally ${randomSuffix}
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off lead ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off lead ${randomSuffix}
verifyValue Meeting_location Telephone
verifyTextPresent Call
verifyTextPresent Silly Sally ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Meeting
type Meeting_name Project kick-off new lead ${randomSuffix}
click Meeting_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent Silly Sally ${randomSuffix}
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off new lead ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off new lead ${randomSuffix}
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this meeting?
waitForPageToLoad
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}
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
verifyTextNotPresent Project kick-off new lead ${randomSuffix}
 
cases/CreateEditDeleteMeetingsForOpportunity.html
Create Edit Delete Meetings 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}
clickAndWait //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[1]/div/a
waitForTextPresent Create Meeting
type Meeting_name Project kick-off opportunity ${randomSuffix}
type Meeting_location Telephone
click Meeting_startDateTime
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 Meeting_endDateTime
waitForTextPresent Hour
click //div[@id='ui-datepicker-div']/div[1]/a[2]/span
click //div[@id='ui-datepicker-div']/table/tbody/tr[3]/td[3]/a
click //div[@id='ui-datepicker-div']/div[3]/button[2]
select Meeting_category_value label=Call
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_Opportunity_name Test Opportunity ${randomSuffix}
type Meeting_description This is a test Meeting
click Meeting_owner_SelectLink
waitForTextPresent User Search
type UsersSearchForm_anyMixedAttributes Sam Smith
keyUp UsersSearchForm_anyMixedAttributes \10
waitForTextPresent Sam Smith
click link=Sam Smith
waitForValue Meeting_owner_name Sam Smith
click Meeting_explicitReadWriteModelPermissions_type_2
clickAndWait save
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off opportunity ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off opportunity ${randomSuffix}
verifyValue Meeting_location Telephone
verifyTextPresent Call
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Test Opportunity ${randomSuffix}
verifyTextPresent Everyone
verifyTextPresent This is a test Meeting
type Meeting_name Project kick-off new opportunity ${randomSuffix}
click Meeting_explicitReadWriteModelPermissions_type_0
clickAndWait save
waitForTextPresent Test Opportunity ${randomSuffix}
click //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
waitForTextPresent Project kick-off new opportunity ${randomSuffix}
clickAndWait //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a
waitForTextPresent Project kick-off new opportunity ${randomSuffix}
verifyTextPresent Owner
clickAndWait link=Delete
waitForConfirmation Are you sure you want to remove this meeting?
waitForPageToLoad
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}
click //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/div/a[2]/span
click //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a
verifyTextNotPresent Project kick-off new 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/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/CreateEditDeleteMeetingsForAccounts.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: |clickAndWait | //div[@id='UpcomingMeetingsForAccountCalendarView']/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off account ${randomSuffix} |
info: Executing: |type | Meeting_location | Telephone |
info: Executing: |click | Meeting_startDateTime |  |
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 | Meeting_endDateTime |  |
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[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |select | Meeting_category_value | label=Call |
info: Executing: |verifyValue | ActivityItemForm_Account_name | my account ${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: |type | Meeting_description | This is a test Meeting |
info: Executing: |click | Meeting_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 | Meeting_owner_name | Sam Smith |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off account ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off account ${randomSuffix} |  |
info: Executing: |verifyValue | Meeting_location | Telephone |
info: Executing: |verifyTextPresent | Call |  |
info: Executing: |verifyTextPresent | my account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off new account ${randomSuffix} |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | my account ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off new account ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off new account ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this meeting? |  |
info: Executing: |waitForPageToLoad |  |  |
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: |click | //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForAccountCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |verifyTextNotPresent | Project kick-off new account ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteMeetingsForContacts.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: |clickAndWait | //div[@id='UpcomingMeetingsForContactCalendarView']/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off contact ${randomSuffix} |
info: Executing: |type | Meeting_location | Telephone |
info: Executing: |click | Meeting_startDateTime |  |
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 | Meeting_endDateTime |  |
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[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |select | Meeting_category_value | label=Call |
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_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: |type | Meeting_description | This is a test Meeting |
info: Executing: |click | Meeting_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 | Meeting_owner_name | Sam Smith |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off contact ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off contact ${randomSuffix} |  |
info: Executing: |verifyValue | Meeting_location | Telephone |
info: Executing: |verifyTextPresent | Call |  |
info: Executing: |verifyTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off new contact ${randomSuffix} |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Jinny Jane ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off new contact ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off new contact ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this meeting? |  |
info: Executing: |waitForPageToLoad |  |  |
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: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |verifyTextNotPresent | Project kick-off new contact ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteMeetingsForLeads.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: |clickAndWait | //div[@id='UpcomingMeetingsForContactCalendarView']/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off lead ${randomSuffix} |
info: Executing: |type | Meeting_location | Telephone |
info: Executing: |click | Meeting_startDateTime |  |
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 | Meeting_endDateTime |  |
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[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |select | Meeting_category_value | label=Call |
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_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: |type | Meeting_description | This is a test Meeting |
info: Executing: |click | Meeting_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 | Meeting_owner_name | Sam Smith |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off lead ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off lead ${randomSuffix} |  |
info: Executing: |verifyValue | Meeting_location | Telephone |
info: Executing: |verifyTextPresent | Call |  |
info: Executing: |verifyTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off new lead ${randomSuffix} |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Silly Sally ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off new lead ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off new lead ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this meeting? |  |
info: Executing: |waitForPageToLoad |  |  |
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: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForContactCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |verifyTextNotPresent | Project kick-off new lead ${randomSuffix} |  |
info: Starting test /selenium-server/tests/cases/CreateEditDeleteMeetingsForOpportunity.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: |clickAndWait | //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[1]/div/a |  |
info: Executing: |waitForTextPresent | Create Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off opportunity ${randomSuffix} |
info: Executing: |type | Meeting_location | Telephone |
info: Executing: |click | Meeting_startDateTime |  |
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 | Meeting_endDateTime |  |
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[3]/td[3]/a |  |
info: Executing: |click | //div[@id='ui-datepicker-div']/div[3]/button[2] |  |
info: Executing: |select | Meeting_category_value | label=Call |
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_Opportunity_name | Test Opportunity ${randomSuffix} |
info: Executing: |type | Meeting_description | This is a test Meeting |
info: Executing: |click | Meeting_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 | Meeting_owner_name | Sam Smith |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_2 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off opportunity ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off opportunity ${randomSuffix} |  |
info: Executing: |verifyValue | Meeting_location | Telephone |
info: Executing: |verifyTextPresent | Call |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Everyone |  |
info: Executing: |verifyTextPresent | This is a test Meeting |  |
info: Executing: |type | Meeting_name | Project kick-off new opportunity ${randomSuffix} |
info: Executing: |click | Meeting_explicitReadWriteModelPermissions_type_0 |  |
info: Executing: |clickAndWait | save |  |
info: Executing: |waitForTextPresent | Test Opportunity ${randomSuffix} |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |waitForTextPresent | Project kick-off new opportunity ${randomSuffix} |  |
info: Executing: |clickAndWait | //div[@id='days-meetings-list-view']/table/tbody/tr[1]/td/div/h3/span/a |  |
info: Executing: |waitForTextPresent | Project kick-off new opportunity ${randomSuffix} |  |
info: Executing: |verifyTextPresent | Owner |  |
info: Executing: |clickAndWait | link=Delete |  |
info: Executing: |waitForConfirmation | Are you sure you want to remove this meeting? |  |
info: Executing: |waitForPageToLoad |  |  |
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: |click | //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/div/a[2]/span |  |
info: Executing: |click | //div[@id='UpcomingMeetingsForOpportunityCalendarView']/div[2]/div/table/tbody/tr[2]/td[3]/a |  |
info: Executing: |verifyTextNotPresent | Project kick-off new opportunity ${randomSuffix} |  |