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