fix(runtime-vapor): properly unmount interop VDOM components #23061
ci.yml
on: push
test
/
unit-test
1m 15s
test
/
unit-test-windows
1m 11s
test
/
e2e-test
1m 11s
test
/
e2e-vapor
39s
test
/
lint-and-test-dts
55s
continuous-release
40s
Annotations
3 errors
|
test / e2e-test
Process completed with exit code 1.
|
|
[e2e] packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with KeepAlive > move kept-alive node before v-show transition leave finishes:
packages/vue/__tests__/e2e/Transition.spec.ts#L1914
AssertionError: expected '<div class="" style="display: none;">…' to be '<div class="test-leave-from test-leav…' // Object.is equality
Expected: "<div class="test-leave-from test-leave-active"><h2>I shouldn't show </h2></div><h2>This is page1</h2><button id="changeShowBtn">false</button>"
Received: "<div class="" style="display: none;"><h2>I shouldn't show </h2></div><h2>This is page1</h2><button id="changeShowBtn">false</button>"
❯ packages/vue/__tests__/e2e/Transition.spec.ts:1914:42
❯ node_modules/.pnpm/@voidzero-dev+vite-plus-test@0.1.20_@types+node@24.12.2_@vitest+coverage-v8@4.1.5_@vite_787376fe4be1f41e746952aecc0ab700/node_modules/@voidzero-dev/vite-plus-test/dist/@vitest/runner/chunk-artifact.js:1903:22
|
|
[e2e] packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-if > explicit default slot template can toggle again before leave finishes:
packages/vue/__tests__/e2e/Transition.spec.ts#L1472
AssertionError: expected [ Array(1) ] to strictly equal [ Array(1) ]
- Expected
+ Received
[
- "test test-enter-from test-enter-active",
+ "test test-enter-active test-enter-to",
]
❯ packages/vue/__tests__/e2e/Transition.spec.ts:1472:11
❯ node_modules/.pnpm/@voidzero-dev+vite-plus-test@0.1.20_@types+node@24.12.2_@vitest+coverage-v8@4.1.5_@vite_787376fe4be1f41e746952aecc0ab700/node_modules/@voidzero-dev/vite-plus-test/dist/@vitest/runner/chunk-artifact.js:1903:22
|