From: Pratik Joshi Date: Mon, 1 Apr 2013 08:46:01 +0000 (+0530) Subject: webtest fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d7149bca95a8b5986e5cd8aa2d5951b3ce6e35e9;p=civicrm-core.git webtest fix --- diff --git a/tests/phpunit/WebTest/Report/LoggingReportTest.php b/tests/phpunit/WebTest/Report/LoggingReportTest.php index 9d1de5e6c3..e67250d4fe 100644 --- a/tests/phpunit/WebTest/Report/LoggingReportTest.php +++ b/tests/phpunit/WebTest/Report/LoggingReportTest.php @@ -114,7 +114,7 @@ class WebTest_Report_LoggingReportTest extends CiviSeleniumTestCase { )); $this->chooseOkOnNextConfirmation(); $this->waitForPageToLoad($this->getTimeoutMsec()); - $this->waitForText('crm-notification-container', "Your Note has been saved."); + $this->waitForText('crm-notification-container', "deleted successfully"); //add new relationship , disable it , delete it $this->waitForElementPresent("xpath=//li[@id='tab_rel']/a");