assaf / zombie

Insanely fast, full-stack, headless browser testing using node.js
http://zombie.js.org/
MIT License
5.65k stars 518 forks source link

Default form input and values not submitted #1200

Closed sunbinyuan closed 4 years ago

sunbinyuan commented 4 years ago

When testing on a form containing some hidden input and select input, submitting the form without programmatically setting any values won't submit the default values of the existing inputs. I'll try to come back with an example later.

sunbinyuan commented 4 years ago

Might be another issue, the submission of existing inputs seems to work fine.