Skip to content

v-if inside transition element not re rendering in beta30 #1384

Closed
@aldarund

Description

@aldarund

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions