Esempio n. 1
0
 public function testSeeCheckboxIsNotCheckedFails()
 {
     $this->shouldFail();
     $this->module->amOnPage('/form/complex');
     $this->module->dontSeeCheckboxIsChecked('#checkin');
 }
Esempio n. 2
0
 public function testSeeCheckboxIsNotChecked()
 {
     $this->module->amOnPage('/form/checkbox');
     $this->module->dontSeeCheckboxIsChecked('#checkin');
 }