Skip to content

Custom dashboards and unified ai no playground #69

Custom dashboards and unified ai no playground

Custom dashboards and unified ai no playground #69

Triggered via pull request March 13, 2026 01:04
Status Failure
Total duration 14m 47s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
E2E Tests (Local Emulator, Node 22.x)
Process completed with exit code 1.
tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts > should accept valid system prompts: apps/e2e/tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts#L144
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts:144:34
tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts > should require admin authentication: apps/e2e/tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts#L96
AssertionError: expected 400 to be 401 // Object.is equality - Expected + Received - 401 + 400 ❯ tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts:96:27
tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts > should return the original source when old_text equals new_text: apps/e2e/tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts#L70
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/backend/endpoints/api/v1/internal/wysiwyg-edit.test.ts:70:27