Logout should not wait for civicrm-footer
authorColeman Watts <coleman@civicrm.org>
Wed, 6 Mar 2013 22:11:57 +0000 (14:11 -0800)
committerColeman Watts <coleman@civicrm.org>
Fri, 8 Mar 2013 00:01:28 +0000 (16:01 -0800)
tests/phpunit/WebTest/Event/AddPricesetTest.php
tests/phpunit/WebTest/Event/EventListingTest.php

index bc463e754d86c33127106d5e7136c4662d935359..3d60e2b42aedc529e75c9d6665996e2a6dc595b1 100644 (file)
@@ -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');
index 6a75b02fab9bd7af55d7d8daa900a97ec2e2be3d..37e62c275ca372131a8411ea0dc90af93f32a007 100644 (file)
@@ -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');