From 9bffa155c0b4ebc207fb553be2f5d01468a0fa94 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 6 Mar 2013 14:11:57 -0800 Subject: [PATCH] Logout should not wait for civicrm-footer --- tests/phpunit/WebTest/Event/AddPricesetTest.php | 2 +- tests/phpunit/WebTest/Event/EventListingTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/WebTest/Event/AddPricesetTest.php b/tests/phpunit/WebTest/Event/AddPricesetTest.php index bc463e754d..3d60e2b42a 100644 --- a/tests/phpunit/WebTest/Event/AddPricesetTest.php +++ b/tests/phpunit/WebTest/Event/AddPricesetTest.php @@ -289,7 +289,7 @@ class WebTest_Event_AddPricesetTest extends CiviSeleniumTestCase { $this->waitForPageToLoad($this->getTimeoutMsec()); $eventInfoUrl = $this->getLocation(); - $this->openCiviPage('logout', 'reset=1'); + $this->openCiviPage('logout', 'reset=1', NULL); $this->open($eventInfoUrl); $this->click('link=Register Now'); $this->waitForElementPresent('_qf_Register_upload-bottom'); diff --git a/tests/phpunit/WebTest/Event/EventListingTest.php b/tests/phpunit/WebTest/Event/EventListingTest.php index 6a75b02fab..37e62c275c 100644 --- a/tests/phpunit/WebTest/Event/EventListingTest.php +++ b/tests/phpunit/WebTest/Event/EventListingTest.php @@ -84,7 +84,7 @@ class WebTest_Event_EventListingTest extends CiviSeleniumTestCase { //go to block listing to enable Upcomming Events Block // you need to be admin user for below operation - $this->openCiviPage("logout", "reset=1"); + $this->openCiviPage("logout", "reset=1", NULL); $this->webtestLogin(TRUE); $this->open($this->sboxPath . 'admin/structure/block/manage/civicrm/6/configure'); -- 2.25.1