Skip to content

fix(teleport): not throw warning when teleport is disabled #10862

fix(teleport): not throw warning when teleport is disabled

fix(teleport): not throw warning when teleport is disabled #10862

Triggered via pull request May 30, 2024 02:49
Status Failure
Total duration 1m 26s
Artifacts

ci.yml

on: pull_request
unit-test
47s
unit-test
unit-test-windows
1m 14s
unit-test-windows
e2e-test
53s
e2e-test
lint-and-test-dts
57s
lint-and-test-dts
Fit to window
Zoom out
Zoom in

Annotations

2 errors
packages/vue/__tests__/e2e/TransitionGroup.spec.ts > e2e: TransitionGroup > move: packages/vue/__tests__/e2e/TransitionGroup.spec.ts#L284
AssertionError: expected '<div class="test group-enter-active g…' to be '<div class="test group-enter-active g…' // Object.is equality - Expected + Received - <div class="test group-enter-active group-enter-to">d</div><div class="test">b</div><div class="test group-move" style="">a</div><div class="test group-leave-active group-move group-leave-to" style="">c</div> + <div class="test group-enter-active group-enter-to">d</div><div class="test">b</div><div class="test" style="">a</div> ❯ packages/vue/__tests__/e2e/TransitionGroup.spec.ts:284:40
e2e-test
Process completed with exit code 1.