chore(deps): update dependency @maxmilton/test-utils to v0.0.8 - autoclosed #4879
Annotations
1 error, 1 warning, and 1 notice
Run bun run test:e2e --reporter=github,html:
test/e2e/fixtures.ts#L33
1) sw.spec.ts:3:5 › has a single background service worker (sw.js) ───────────────────────────────
TimeoutError: browserContext.waitForEvent: Timeout 200ms exceeded while waiting for event "serviceworker"
at fixtures.ts:33
31 | let [sw] = context.serviceWorkers();
32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
> 33 | sw ??= await context.waitForEvent('serviceworker', { timeout: 200 });
| ^
34 |
35 | const extensionId = sw.url().split('/')[2];
36 | await use(extensionId);
at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:26)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run bun run test:e2e --reporter=github,html
1 flaky
sw.spec.ts:3:5 › has a single background service worker (sw.js) ────────────────────────────────
2 skipped
4 passed (4.9s)
|
Loading