Merge pull request #150 from vuejs/main #311
ci.yml
on: push
unit-test
51s
unit-test-windows
1m 19s
e2e-test
59s
lint-and-test-dts
54s
Annotations
3 errors
packages/vue/__tests__/e2e/Transition.spec.ts > e2e: Transition > transition with Suspense > async component transition inside Suspense:
packages/vue/__tests__/e2e/e2eUtils.ts#L88
Error: Error: failed to find element matching selector ".test"
❯ CdpElementHandle.$eval node_modules/.pnpm/puppeteer-core@22.7.1/node_modules/puppeteer-core/src/api/ElementHandle.ts:424:13
❯ CdpFrame.$eval node_modules/.pnpm/puppeteer-core@22.7.1/node_modules/puppeteer-core/src/api/Frame.ts:576:12
❯ CdpPage.$eval node_modules/.pnpm/puppeteer-core@22.7.1/node_modules/puppeteer-core/src/api/Page.ts:1204:12
❯ classList packages/vue/__tests__/e2e/e2eUtils.ts:88:12
❯ packages/vue/__tests__/e2e/Transition.spec.ts:1380:16
|
packages/vue/__tests__/e2e/TransitionGroup.spec.ts > e2e: TransitionGroup > appear:
packages/vue/__tests__/e2e/TransitionGroup.spec.ts#L231
AssertionError: expected '<div class="test">a</div><div class="…' to be '<div class="test">a</div><div class="…' // Object.is equality
- Expected
+ Received
- <div class="test">a</div><div class="test">b</div><div class="test">c</div><div class="test test-enter-active test-enter-to">d</div><div class="test test-enter-active test-enter-to">e</div>
+ <div class="test">a</div><div class="test">b</div><div class="test">c</div><div class="test">d</div><div class="test">e</div>
❯ packages/vue/__tests__/e2e/TransitionGroup.spec.ts:231:40
|
e2e-test
Process completed with exit code 1.
|