From 60879f50dcb955059740819855c3116cc0a677cd Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Wed, 13 Mar 2013 20:24:55 +0530 Subject: [PATCH] minor test fix --- tests/phpunit/WebTest/Export/ContactTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/phpunit/WebTest/Export/ContactTest.php b/tests/phpunit/WebTest/Export/ContactTest.php index 3c479bc60b..c16bf70fad 100644 --- a/tests/phpunit/WebTest/Export/ContactTest.php +++ b/tests/phpunit/WebTest/Export/ContactTest.php @@ -251,8 +251,7 @@ class WebTest_Export_ContactTest extends ExportCiviSeleniumTestCase { $this->click("_qf_GroupContact_next"); $this->waitForPageToLoad($this->getTimeoutMsec()); - $this->openCiviPage("contact/search", "reset=1"); - $this->waitForPageToLoad($this->getTimeoutMsec()); + $this->openCiviPage("contact/search", "reset=1", NULL); // Select group. $this->select("group", "label=$groupName"); -- 2.25.1