Fix popup re-enable toolbar lifecycle #77
Annotations
7 errors, 1 warning, and 1 notice
|
test
Process completed with exit code 1.
|
|
[chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled:
e2e/pages/web.ts#L106
4) [chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-overlays.spec.ts:30:3
|
|
[chromium] › e2e/tests/sidepanel.spec.ts:11:2 › Side panel › side panel can be shown from toolbar:
e2e/pages/web.ts#L106
3) [chromium] › e2e/tests/sidepanel.spec.ts:11:2 › Side panel › side panel can be shown from toolbar
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/sidepanel.spec.ts:19:3
|
|
[chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled:
e2e/pages/web.ts#L106
2) [chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-distances.spec.ts:19:3
|
|
[chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled:
e2e/pages/web.ts#L106
2) [chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-distances.spec.ts:19:3
|
|
[chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage:
e2e/pages/web.ts#L106
1) [chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage, inspector is active on page load
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/extension.spec.ts:27:3
|
|
[chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage:
e2e/pages/web.ts#L106
1) [chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage, inspector is active on page load
Error: Extension app did not activate within 24000ms (rootCount=1, mainCount=1).
at pages/web.ts:106
104 | const rootCount = await getExtensionRoot(page).count();
105 | const mainCount = await getSvelteAppMain(page).count();
> 106 | throw new Error(
| ^
107 | `Extension app did not activate within ${timeoutMs}ms (rootCount=${rootCount}, mainCount=${mainCount}).`,
108 | );
109 | }
at expectSvelteAppLoaded (/home/runner/work/amgiflol/amgiflol/e2e/pages/web.ts:106:8)
at /home/runner/work/amgiflol/amgiflol/e2e/tests/extension.spec.ts:27:3
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, jdx/mise-action@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › e2e/tests/extension.spec.ts:20:2 › Per-domain activation › when domain is enabled in storage, inspector is active on page load
[chromium] › e2e/tests/toolbar-distances.spec.ts:11:2 › Toolbar distances › distance lines appear after hover when enabled
2 flaky
[chromium] › e2e/tests/sidepanel.spec.ts:11:2 › Side panel › side panel can be shown from toolbar
[chromium] › e2e/tests/toolbar-overlays.spec.ts:26:2 › Toolbar overlays › ruler overlay can be toggled
5 passed (1.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
29.3 MB |
sha256:dd3f729d69d288b36f155eb40a2b7f62794fbbed42ffaa91c706ad8303d73140
|
|