From d45e6108f4576e6d39fe9825050611a9587cd80c Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Thu, 14 Mar 2013 17:49:01 +0530 Subject: [PATCH] webtest fix --- tests/phpunit/WebTest/Profile/MultiRecordProfileAddTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Profile/MultiRecordProfileAddTest.php b/tests/phpunit/WebTest/Profile/MultiRecordProfileAddTest.php index cce61baeff..41926ad580 100644 --- a/tests/phpunit/WebTest/Profile/MultiRecordProfileAddTest.php +++ b/tests/phpunit/WebTest/Profile/MultiRecordProfileAddTest.php @@ -237,7 +237,7 @@ class WebTest_Profile_MultiRecordProfileAddTest extends CiviSeleniumTestCase { $this->click('edit-submit'); $this->waitForPageToLoad($this->getTimeoutMsec()); } - $this->openCiviPage('profile/edit', "reset=1&id=$id&gid=$gid"); + $this->openCiviPage('profile/edit', "reset=1&id=$id&gid=$gid", NULL); if (!$checkMultiRecord) { $this->assertElementContainsText('crm-container', 'No multi-record entries found'); return array($gid, $profileTitle); -- 2.25.1