Пример #1
0
 public function testSeeInPopup()
 {
     $this->notForPhantomJS();
     $this->module->amOnPage('/form/popup');
     $this->module->click('Alert');
     $this->module->seeInPopup('Really?');
     $this->module->cancelPopup();
 }