From d7149bca95a8b5986e5cd8aa2d5951b3ce6e35e9 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Mon, 1 Apr 2013 14:16:01 +0530 Subject: [PATCH] webtest fix --- tests/phpunit/WebTest/Report/LoggingReportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.25.1