/**
  * {@inheritdoc}
  */
 public function visit($url)
 {
     $this->browser->open($url)->waitForPageToLoad($this->timeout);
 }