chore(deps): update dependency @playwright/test to v1.49.1 - autoclosed #4861
Annotations
10 errors, 1 warning, and 1 notice
Run bun run test:e2e --reporter=github,html:
test/e2e/newtab.spec.ts#L1
1) newtab.spec.ts:22:5 › newtab page ─────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "extensionId".
|
Run bun run test:e2e --reporter=github,html:
test/e2e/fixtures.ts#L33
1) newtab.spec.ts:22:5 › newtab page ─────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:33
31 | let [background] = context.serviceWorkers();
32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
> 33 | background ??= await context.waitForEvent('serviceworker');
| ^
34 |
35 | const extensionId = background.url().split('/')[2];
36 | await use(extensionId);
at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
|
Run bun run test:e2e --reporter=github,html:
test/e2e/newtab.spec.ts#L1
1) newtab.spec.ts:22:5 › newtab page ─────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "extensionId".
|
Run bun run test:e2e --reporter=github,html:
test/e2e/fixtures.ts#L33
1) newtab.spec.ts:22:5 › newtab page ─────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:33
31 | let [background] = context.serviceWorkers();
32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
> 33 | background ??= await context.waitForEvent('serviceworker');
| ^
34 |
35 | const extensionId = background.url().split('/')[2];
36 | await use(extensionId);
at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
|
Run bun run test:e2e --reporter=github,html:
test/e2e/newtab.spec.ts#L1
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ────────────────────────────────
Test timeout of 30000ms exceeded while setting up "extensionId".
|
Run bun run test:e2e --reporter=github,html:
test/e2e/fixtures.ts#L33
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:33
31 | let [background] = context.serviceWorkers();
32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
> 33 | background ??= await context.waitForEvent('serviceworker');
| ^
34 |
35 | const extensionId = background.url().split('/')[2];
36 | await use(extensionId);
at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
|
Run bun run test:e2e --reporter=github,html:
test/e2e/newtab.spec.ts#L1
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "extensionId".
|
Run bun run test:e2e --reporter=github,html:
test/e2e/fixtures.ts#L33
2) newtab.spec.ts:78:5 › has no console calls or unhandled errors ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:33
31 | let [background] = context.serviceWorkers();
32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
> 33 | background ??= await context.waitForEvent('serviceworker');
| ^
34 |
35 | const extensionId = background.url().split('/')[2];
36 | await use(extensionId);
at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
|
Run bun run test:e2e --reporter=github,html:
test/e2e/settings.spec.ts#L1
3) settings.spec.ts:4:5 › settings page ──────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "extensionId".
|
Run bun run test:e2e --reporter=github,html:
test/e2e/fixtures.ts#L33
3) settings.spec.ts:4:5 › settings page ──────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
at fixtures.ts:33
31 | let [background] = context.serviceWorkers();
32 | // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
> 33 | background ??= await context.waitForEvent('serviceworker');
| ^
34 |
35 | const extensionId = background.url().split('/')[2];
36 | await use(extensionId);
at Object.extensionId (/home/runner/work/new-tab/new-tab/test/e2e/fixtures.ts:33:34)
|
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
5 failed
newtab.spec.ts:22:5 › newtab page ──────────────────────────────────────────────────────────────
newtab.spec.ts:78:5 › has no console calls or unhandled errors ─────────────────────────────────
settings.spec.ts:4:5 › settings page ───────────────────────────────────────────────────────────
settings.spec.ts:25:5 › has no console calls or unhandled errors ───────────────────────────────
sw.spec.ts:3:5 › background service worker ─────────────────────────────────────────────────────
2 skipped
|
Loading