Skip to content

fix(e2e): handle WS disconnection in navigateAndWait with reload retry #207

fix(e2e): handle WS disconnection in navigateAndWait with reload retry

fix(e2e): handle WS disconnection in navigateAndWait with reload retry #207

Triggered via push May 2, 2026 22:44
Status Failure
Total duration 42m 8s
Artifacts 1

release.yml

on: push
Workflow Security
7s
Workflow Security
Validate Tag Format
3s
Validate Tag Format
Matrix: build-appimage
Matrix: build-arch
Matrix: build-deb
Matrix: build-docker
Matrix: build-homebrew-binaries
Matrix: build-rpm
Build Snap
Build Snap
Build macOS app
Build macOS app
Build .exe (x86_64)
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:45049/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; 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:45049/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; 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:45049/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; 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:45049/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; 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:45049/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; 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/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).
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']
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']
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/agents.spec.js:221:2 › Agents settings page › create form Cancel button returns to list 11 skipped 23 did not run 330 passed (26.6m)

Artifacts

Produced during runtime
Name Size Digest
e2e-test-results-25263745593-1 Expired
1.51 MB
sha256:2a4c4a5cd8f7e46e9cda7b1956cb54c0b4ba5d11c859369f1d2899b39bb19469