build(deps-dev): bump undici from 7.2.3 to 7.9.0 in /examples/qwik #14176
Annotations
2 errors, 2 warnings, and 1 notice
Run E2E tests:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [sveltekit] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ──
Error: Make sure the countdown updates once
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
54 |
55 | // Wait for the countdown to show a new value less than the previous value
> 56 | await expect
| ^
57 | .poll(
58 | async () => {
59 | secondCountdownValue = await getTime();
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:56:5
|
Run E2E tests
Process completed with exit code 1.
|
Run E2E tests:
packages/sdks-tests/[sveltekit] › ab-test.spec.ts#L1
packages/sdks-tests/[sveltekit] › ab-test.spec.ts took 24.4s
|
Run E2E tests:
packages/sdks-tests/[sveltekit] › link-component.spec.ts#L1
packages/sdks-tests/[sveltekit] › link-component.spec.ts took 16.3s
|
Run E2E tests
1 failed
[sveltekit] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ───
48 skipped
197 passed (3.1m)
|
Loading