testing-library / vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
http://testing-library.com/vue
MIT License
1.08k stars 109 forks source link

Form button click not submitting form #277

Closed crackalak closed 2 years ago

crackalak commented 2 years ago

Describe the bug

Clicking a form button is not causing the form to submit

To Reproduce

Stackblitz

Run npm run test

× increments the count by click ✓ increments the count by submit

Expected behavior

Both tests pass

crackalak commented 2 years ago

This is actually an issue with happy-dom: https://github.com/capricorn86/happy-dom/issues/527