コード例 #1
0
ファイル: Selenium2.php プロジェクト: lenninsanchez/donadores
 public function dontSeeInTitle($title)
 {
     $this->assertNotContains($title, $this->webDriverSession->title(), "page title contains {$title}");
 }