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