/**
  * Logout and close test.
  *
  * @since   3.2
  */
 public function tearDown()
 {
     if (!empty($this->previousSiteName)) {
         $this->siteHomePage->changeSiteName($this->previousSiteName);
     }
     $this->doSiteLogout();
     parent::tearDown();
 }
 /**
  * Logout and close test.
  *
  * @since   3.0
  */
 public function tearDown()
 {
     $this->doAdminLogout();
     parent::tearDown();
 }
 public function tearDown()
 {
     $this->gcPage->saveAndClose('ControlPanelPage');
     $this->doAdminLogout();
     parent::tearDown();
 }
 /**
  * Logout and close test.
  *
  * @since   3.2
  */
 public function tearDown()
 {
     $this->siteHomePage->changeMetaDescription($this->previousMetaDescription);
     $this->doSiteLogout();
     parent::tearDown();
 }
 /**
  * Logout and close test.
  *
  * @since   3.2
  */
 public function tearDown()
 {
     $this->siteHomePage->changeTemplateColor($this->previousTemplateColor);
     $this->doSiteLogout();
     parent::tearDown();
 }
예제 #6
0
 /**
  * Logout and close test.
  *
  * @since   3.2
  *
  * @return void
  */
 public function tearDown()
 {
     $this->siteHomePage->changeBackgroundColor($this->previousBackgroundColor);
     $this->doSiteLogout();
     parent::tearDown();
 }
 /**
  * Logout and close test.
  *
  * @since   3.2
  */
 public function tearDown()
 {
     $this->doSiteLogout();
     parent::tearDown();
 }