build(deps): bump serve-static and express in /plugins/range-input #14184
Annotations
2 errors, 2 warnings, and 1 notice
Run E2E tests:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L56
1) [solid-start] › 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/[solid-start] › ab-test.spec.ts#L1
packages/sdks-tests/[solid-start] › ab-test.spec.ts took 23.9s
|
Run E2E tests:
packages/sdks-tests/[solid-start] › link-component.spec.ts#L1
packages/sdks-tests/[solid-start] › link-component.spec.ts took 16.4s
|
Run E2E tests
1 failed
[solid-start] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date ─
62 skipped
183 passed (2.8m)
|
Loading