예제 #1
0
 public function testClickEventOnCheckbox()
 {
     $this->module->amOnPage('/form/checkbox');
     $this->module->uncheckOption('#checkin');
     $this->module->dontSee('ticked', '#notice');
     $this->module->checkOption('#checkin');
     $this->module->see('ticked', '#notice');
 }