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