Skip to content
Snippets Groups Projects
Commit e1326164 authored by Ravish Nair's avatar Ravish Nair
Browse files

-- webtest fix (due to changes made in CRM-12202)

parent 35c48e1a
No related branches found
No related tags found
No related merge requests found
......@@ -211,8 +211,7 @@ class WebTest_Case_ActivityToCaseTest extends CiviSeleniumTestCase {
// change activity status
$this->select('activity_change_status', 'value=2');
$this->click("xpath=//div[@class='ui-dialog-buttonset']/button/span[text()='Ok']");
$this->waitForPageToLoad($this->getTimeoutMsec());
$this->click("xpath=//div[@class='ui-dialog-buttonset']/button[2]/span[text()='Continue']");
$this->openCiviPage('case', 'reset=1');
$this->click("xpath=//table[@class='caseSelector']/tbody//tr/td[2]/a[text()='{$contactName}']/../../td[9]/span/a[text()='Manage']");
$this->waitForElementPresent('_qf_CaseView_cancel-bottom');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment