Closed refractalize closed 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
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?