Replies: 1 comment 1 reply
-
I'm facing a similar problem. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like that the VDialog and VMenu components can't be closed with v-model in unittests.
For example with this component:
And this unittest:
The
isOpen
variable is correctly updates as one could see in the HTML error which should not be seen as it should have been closed.If the variable
isOpen
is initialized withfalse
the menu is not renderedHas someone an idea how to test the closing of VMenu and VDialog?
Beta Was this translation helpful? Give feedback.
All reactions