Merge branch 'main' into fix/prod-transition #221
ci.yml
on: push
test
/
unit-test
52s
test
/
unit-test-windows
1m 16s
test
/
e2e-test
1m 13s
test
/
lint-and-test-dts
50s
continuous-release
0s
Annotations
3 errors
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with Teleport > apply transition to teleport child:
packages/vue/__tests__/e2e/Transition.spec.ts#L2301
Error: Error: failed to find element matching selector ".test"
❯ CdpElementHandle.$eval node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/ElementHandle.ts:497:13
❯ CdpFrame.$eval node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Frame.ts:631:12
❯ CdpPage.$eval node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/api/Page.ts:1307:12
❯ packages/vue/__tests__/e2e/Transition.spec.ts:2301:16
|
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with v-show > transition on appear with v-show:
packages/vue/__tests__/e2e/Transition.spec.ts#L2621
AssertionError: expected [ 'test' ] to strictly equal [ 'test', 'test-leave-active', …(1) ]
- Expected
+ Received
Array [
"test",
- "test-leave-active",
- "test-leave-to",
]
❯ packages/vue/__tests__/e2e/Transition.spec.ts:2621:42
|
test / e2e-test
Process completed with exit code 1.
|