Пример #1
0
 public function _after(\Codeception\TestCase $test)
 {
     $this->browser->restart();
     $this->browser->resetCurrentException();
     $this->browser->get('/');
 }