Skip to content
Snippets Groups Projects
Commit 5733268f authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

fixes for WebTest_Activity_ContactContextAddTest::testContactContextActivityAdd

parent 94b58e47
Branches
Tags
No related merge requests found
......@@ -119,10 +119,11 @@ class WebTest_Activity_ContactContextAddTest extends CiviSeleniumTestCase {
// Is status message correct?
$this->waitForText('crm-notification-container', $subject);
$this->waitForElementPresent("xpath=//div[@id='Activities']//table/tbody/tr[2]/td[9]/span/a[text()='View']");
$this->waitForElementPresent(
"xpath=//table[@id='contact-activity-selector-activity']//tbody//tr[2]/td[8]/span/a[text()='View']");
// click through to the Activity view screen
$this->click("xpath=//div[@id='Activities']//table/tbody/tr[2]/td[9]/span/a[text()='View']");
$this->click("xpath=//table[@id='contact-activity-selector-activity']//tbody//tr[2]/td[8]/span/a[text()='View']");
$this->waitForElementPresent('_qf_Activity_cancel-bottom');
// verify Activity created
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment