$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');
//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');