Cypress does not trigger click event to execute on enter key using vuetify framework #14627
Unanswered
TadasMil
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am testing my application and I'm trying to invoke button click with enter keyword:
Right now the button is being CLICKED with enter key, but the actual
onClick
event is not firing.I haven't found any issues related to vuetify and cypress with invoking button click event on enter key.
Any suggestions?
I'm using vuetify framework and v-btn component.
Beta Was this translation helpful? Give feedback.
All reactions