We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfb8b5 commit fa3f8e4Copy full SHA for fa3f8e4
packages/vue/__tests__/Transition.spec.ts
@@ -1315,12 +1315,12 @@ describe('e2e: Transition', () => {
1315
expect(await html('#container')).toBe(
1316
'<div class="test v-leave-active v-leave-to">one</div>'
1317
)
1318
- // await transitionFinish()
1319
- // await nextFrame()
+ await transitionFinish()
+ await nextFrame()
1320
// expect(await html('#container')).toBe(
1321
// '<div class="test v-enter-active v-enter-to">two</div>'
1322
// )
1323
- await transitionFinish(duration * 2)
1324
expect(await html('#container')).toBe('<div class="test">two</div>')
1325
},
1326
E2E_TIMEOUT
0 commit comments