You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wrapper returned by mountSuspended does not update its element property automatically like the wrapper returned by mount. See reproduction link. E.g.
Environment
Reproduction
https://stackblitz.com/edit/github-w4avpzfe?file=test%2FMyComponent.nuxt.test.js
Describe the bug
The wrapper returned by
mountSuspended
does not update itselement
property automatically like the wrapper returned bymount
. See reproduction link. E.g.If I would use
mount
it would updateThis is my workaround:
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: