Testing VApp depended components since vuetify 3.6.x #20093
Unanswered
ricardovanlaarhoven
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to test something that is depended on the VApp using vue test utils since 3.6.*
VApp is asynchronous and its content doesnt exist in my unit tests.
when downgrading only vuetify to 3.5.x it works perfectly.
Errors like
Error: Cannot call vm on an empty VueWrapper.
get throwed.I think it has something to do with: #19736 and 6a9d8e6
adding something like this doesnt work either:
await vi.waitUntil(() => document.querySelector(".v-toolbar"), { timeout: 5000 });
Beta Was this translation helpful? Give feedback.
All reactions