Skip to content

fix(e2e): add 15s goto timeout for retries and increase global test t… #205

fix(e2e): add 15s goto timeout for retries and increase global test t…

fix(e2e): add 15s goto timeout for retries and increase global test t… #205

Triggered via push May 2, 2026 21:35
Status Failure
Total duration 36m 51s
Artifacts 1

release.yml

on: push
Workflow Security
10s
Workflow Security
Validate Tag Format
2s
Validate Tag Format
Matrix: build-appimage
Matrix: build-arch
Matrix: build-deb
Matrix: build-docker
Matrix: build-homebrew-binaries
Matrix: build-rpm
Build Snap
0s
Build Snap
Build macOS app
0s
Build macOS app
Build .exe (x86_64)
0s
Build .exe (x86_64)
Merge Docker manifest
0s
Merge Docker manifest
Upload release assets
0s
Upload release assets
Generate Release SBOM
0s
Generate Release SBOM
Update Homebrew tap
0s
Update Homebrew tap
Update deploy template tags
0s
Update deploy template tags
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 19 warnings, and 1 notice
[default] › e2e/specs/agents.spec.js:161:2 › Agents settings page › New Agent button opens create form: crates/web/ui/e2e/specs/agents.spec.js#L99
3) [default] › e2e/specs/agents.spec.js:161:2 › Agents settings page › New Agent button opens create form Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:161:2 › Agents settings page › New Agent button opens create form: crates/web/ui/e2e/helpers.js#L93
3) [default] › e2e/specs/agents.spec.js:161:2 › Agents settings page › New Agent button opens create form TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:42981/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 3; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:163:9
[default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/specs/agents.spec.js#L99
2) [default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/helpers.js#L93
2) [default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:42981/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 3; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:149:9
[default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/specs/agents.spec.js#L99
2) [default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/helpers.js#L93
2) [default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:42981/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 3; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:149:9
[default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/specs/agents.spec.js#L99
1) [default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/helpers.js#L93
1) [default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:42981/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 3; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:125:9
[default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/specs/agents.spec.js#L99
1) [default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/helpers.js#L93
1) [default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:42981/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 3; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:125:9
Biome
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: biomejs/setup-biome@29711cbb52afee00eb13aeb30636592f9edc0088. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
lint/nursery/noShadow: crates/web/ui/e2e/specs/reasoning-toggle.spec.js#L7
This variable shadows another variable with the same name in the outer scope.
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/onboarding.spec.js#L1113
Excessive complexity of 19 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/onboarding.spec.js#L703
Excessive complexity of 20 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L160
Excessive complexity of 16 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L260
Excessive complexity of 16 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L324
Excessive complexity of 25 detected (max: 15).
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Test
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Test
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Clippy
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Clippy
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
E2E Tests
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
🎭 Playwright Run Summary
4 failed [default] › e2e/specs/agents.spec.js:123:2 › Agents settings page › settings/agents loads and shows heading [default] › e2e/specs/agents.spec.js:147:2 › Agents settings page › main agent card is shown with Default badge [default] › e2e/specs/agents.spec.js:161:2 › Agents settings page › New Agent button opens create form [default] › e2e/specs/agents.spec.js:179:2 › Agents settings page › config-only preset can be promoted into an agent 1 flaky [default] › e2e/specs/chat-autoscroll.spec.js:104:2 › Smart auto-scroll › new content indicator appears when scrolled up and new message arrives 11 skipped 23 did not run 330 passed (23.1m)

Artifacts

Produced during runtime
Name Size Digest
e2e-test-results-25262464247-1 Expired
16.7 MB
sha256:a5a01a60d96dbc59564c3b1222e3c9c292b31c137ae77e43781656ea7cf8c443