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