build(deps-dev): bump undici from 7.2.3 to 7.9.0 in /examples/qwik #14176
Annotations
2 errors, 3 warnings, and 1 notice
Run E2E tests:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [solid] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──────
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Run E2E tests
Process completed with exit code 1.
|
Run E2E tests:
packages/sdks-tests/[solid] › ab-test.spec.ts#L1
packages/sdks-tests/[solid] › ab-test.spec.ts took 23.8s
|
Run E2E tests:
packages/sdks-tests/[solid] › countdown.spec.ts#L1
packages/sdks-tests/[solid] › countdown.spec.ts took 19.3s
|
Run E2E tests:
packages/sdks-tests/[solid] › link-component.spec.ts#L1
packages/sdks-tests/[solid] › link-component.spec.ts took 16.4s
|
Run E2E tests
1 failed
[solid] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───────
58 skipped
187 passed (3.1m)
|
Loading