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
Describe the bug A clear and concise description of what the bug is.
This is regression from testing-library/vue v6.6.1. When there is an element inside the Teleport component which has v-if attribute, then such element is not rendered in tests, when Teleport is stubbed. It used to work in v6.6.1 with testing-library/dom v8.19.0
Describe the bug A clear and concise description of what the bug is.
This is regression from
testing-library/vue v6.6.1
. When there is an element inside theTeleport
component which hasv-if
attribute, then such element is not rendered in tests, whenTeleport
is stubbed. It used to work inv6.6.1
withtesting-library/dom v8.19.0
To Reproduce Steps to reproduce the behavior:
Simple component example
With simple test example
Expected behavior
div
with classmy-div
is properly rendered and test passesRelated information:
@testing-library/vue
version: 7.0.0@testing-library/dom
version: 9.2.0Vue
version: 3.2.47node
version: 16.13.0yarn
version: 1.22.18The text was updated successfully, but these errors were encountered: