I am trying to set up assertion for unchecked checkbox. Checked assertion works fine when I use:
$this->assertChecked('css=#element', true);
When I want to test unchecked chekbox with
$this->assertChecked('css=#element', false);
I get this error:
Failed command: assertChecked('css=#element', '')
Failed asserting that false is true.