[Unit Tests] V-hover has no content #13836
Replies: 1 comment
-
Obsolet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to bring some unit tests into my nuxt vuetify app.
My unit tests are based on jest (vue test utils). After crashing in several jest parsing errors I faced that my testable element, which has data-testid="someName", does not exist in my test of that component.
Previous Issue
My HTML looks like this:
while my snapshot looks like
As you see the v-hover has no content. But the Browser output and E2E tests via nightwatch work as expected.
Could you give some assistance or clarify why the v-hover don't render the content?
Beta Was this translation helpful? Give feedback.
All reactions