Example #1
0
 public function dontSeeInTitle($title)
 {
     $this->assertNotContains($title, $this->webDriverSession->title(), "page title contains {$title}");
 }