コード例 #1
0
ファイル: WebDriverTest.php プロジェクト: surjit/Codeception
 public function testSeeInPopup()
 {
     $this->notForPhantomJS();
     $this->module->amOnPage('/form/popup');
     $this->module->click('Alert');
     $this->module->seeInPopup('Really?');
     $this->module->cancelPopup();
 }