featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

checking checkboxes #7

Closed refractalize closed 7 years ago

refractalize commented 9 years ago

This is pretty obvious when it doesn't work. When you .click() on a checkbox it doesn't actually check/uncheck it. Not sure why we haven't seen this bug before?

dereke commented 7 years ago

closing as the checkbox feature has been implemented here https://github.com/featurist/browser-monkey/blob/master/test/actionsSpec.js#L326

and submit has been implemented here https://github.com/featurist/browser-monkey/blob/master/test/actionsSpec.js#L225