Closed
Description
Version
1.0.0-beta.30
Reproduction link
https://github.com/aldarund/vue-test-utils-transition-bug
Steps to reproduce
components/test.test.js
When changing rendering v-if of element inside transition and do nextTick/flushPromises vue test utils still renders old version.
Tried with flush-promises too, same effect.
Relevant files only following
components\TransitionTest.vue
components\test.test.js
all other just stub files from empty project create.
What is expected?
test is passed
What is actually happening?
test is failing
If change version to v29 all works fine. Without wrapping into transition all works too