Skip to content

chore(deps): bump the patch-updates group with 6 updates #4692

chore(deps): bump the patch-updates group with 6 updates

chore(deps): bump the patch-updates group with 6 updates #4692

Triggered via pull request April 27, 2026 08:23
Status Failure
Total duration 15m 9s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 1 warning, and 1 notice
E2E Tests
Process completed with exit code 1.
[chromium] › e2e/sidebar-text-visibility.spec.ts:123:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode: e2e/sidebar-text-visibility.spec.ts#L130
3) [chromium] › e2e/sidebar-text-visibility.spec.ts:123:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('[data-sidebar="trigger"]').first() Expected: visible Received: hidden Timeout: 15000ms Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('[data-sidebar="trigger"]').first() 19 × locator resolved to <button data-sidebar="trigger" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-7 w-7 md:hidden shrink-0 ml-1">…</button> - unexpected value "hidden" 128 | 129 | const toggleButton = page.locator('[data-sidebar="trigger"]').first(); > 130 | await expect(toggleButton).toBeVisible({ timeout: SIDEBAR_VISIBLE_TIMEOUT }); | ^ 131 | 132 | const sidebarGroup = page.locator('.group[data-collapsible="icon"]').first(); 133 | at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:130:32
[chromium] › e2e/sidebar-text-visibility.spec.ts:123:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode: e2e/sidebar-text-visibility.spec.ts#L130
3) [chromium] › e2e/sidebar-text-visibility.spec.ts:123:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('[data-sidebar="trigger"]').first() Expected: visible Received: hidden Timeout: 15000ms Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('[data-sidebar="trigger"]').first() 19 × locator resolved to <button data-sidebar="trigger" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-7 w-7 md:hidden shrink-0 ml-1">…</button> - unexpected value "hidden" 128 | 129 | const toggleButton = page.locator('[data-sidebar="trigger"]').first(); > 130 | await expect(toggleButton).toBeVisible({ timeout: SIDEBAR_VISIBLE_TIMEOUT }); | ^ 131 | 132 | const sidebarGroup = page.locator('.group[data-collapsible="icon"]').first(); 133 | at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:130:32
[chromium] › e2e/sidebar-text-visibility.spec.ts:123:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode: e2e/sidebar-text-visibility.spec.ts#L130
3) [chromium] › e2e/sidebar-text-visibility.spec.ts:123:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode Error: expect(locator).toBeVisible() failed Locator: locator('[data-sidebar="trigger"]').first() Expected: visible Received: hidden Timeout: 15000ms Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('[data-sidebar="trigger"]').first() 19 × locator resolved to <button data-sidebar="trigger" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-7 w-7 md:hidden shrink-0 ml-1">…</button> - unexpected value "hidden" 128 | 129 | const toggleButton = page.locator('[data-sidebar="trigger"]').first(); > 130 | await expect(toggleButton).toBeVisible({ timeout: SIDEBAR_VISIBLE_TIMEOUT }); | ^ 131 | 132 | const sidebarGroup = page.locator('.group[data-collapsible="icon"]').first(); 133 | at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:130:32
[chromium] › e2e/sidebar-text-visibility.spec.ts:42:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode: e2e/sidebar-text-visibility.spec.ts#L51
2) [chromium] › e2e/sidebar-text-visibility.spec.ts:42:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('[data-sidebar="trigger"]').first() Expected: visible Received: hidden Timeout: 15000ms Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('[data-sidebar="trigger"]').first() 19 × locator resolved to <button data-sidebar="trigger" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-7 w-7 md:hidden shrink-0 ml-1">…</button> - unexpected value "hidden" 49 | // Find the sidebar toggle button (desktop trigger rendered by AppShell) 50 | const toggleButton = page.locator('[data-sidebar="trigger"]').first(); > 51 | await expect(toggleButton).toBeVisible({ timeout: SIDEBAR_VISIBLE_TIMEOUT }); | ^ 52 | 53 | // Get the parent sidebar element that has data-state attribute 54 | const sidebarGroup = page.locator('.group[data-collapsible="icon"]').first(); at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:51:32
[chromium] › e2e/sidebar-text-visibility.spec.ts:42:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode: e2e/sidebar-text-visibility.spec.ts#L51
2) [chromium] › e2e/sidebar-text-visibility.spec.ts:42:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('[data-sidebar="trigger"]').first() Expected: visible Received: hidden Timeout: 15000ms Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('[data-sidebar="trigger"]').first() 19 × locator resolved to <button data-sidebar="trigger" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-7 w-7 md:hidden shrink-0 ml-1">…</button> - unexpected value "hidden" 49 | // Find the sidebar toggle button (desktop trigger rendered by AppShell) 50 | const toggleButton = page.locator('[data-sidebar="trigger"]').first(); > 51 | await expect(toggleButton).toBeVisible({ timeout: SIDEBAR_VISIBLE_TIMEOUT }); | ^ 52 | 53 | // Get the parent sidebar element that has data-state attribute 54 | const sidebarGroup = page.locator('.group[data-collapsible="icon"]').first(); at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:51:32
[chromium] › e2e/sidebar-text-visibility.spec.ts:42:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode: e2e/sidebar-text-visibility.spec.ts#L51
2) [chromium] › e2e/sidebar-text-visibility.spec.ts:42:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode Error: expect(locator).toBeVisible() failed Locator: locator('[data-sidebar="trigger"]').first() Expected: visible Received: hidden Timeout: 15000ms Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('[data-sidebar="trigger"]').first() 19 × locator resolved to <button data-sidebar="trigger" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground h-7 w-7 md:hidden shrink-0 ml-1">…</button> - unexpected value "hidden" 49 | // Find the sidebar toggle button (desktop trigger rendered by AppShell) 50 | const toggleButton = page.locator('[data-sidebar="trigger"]').first(); > 51 | await expect(toggleButton).toBeVisible({ timeout: SIDEBAR_VISIBLE_TIMEOUT }); | ^ 52 | 53 | // Get the parent sidebar element that has data-state attribute 54 | const sidebarGroup = page.locator('.group[data-collapsible="icon"]').first(); at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:51:32
[chromium] › e2e/console-rendering.spec.ts:13:3 › Console Rendering › should not have critical console errors during bootstrap: e2e/console-rendering.spec.ts#L45
1) [chromium] › e2e/console-rendering.spec.ts:13:3 › Console Rendering › should not have critical console errors during bootstrap Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Critical console errors detected: [Registry] Validation failed for app setup: [ { "code": "invalid_union", "errors": [ [ { "code": "invalid_value", "values": [ "object" ], "path": [ "type" ], "message": "Invalid input: expected \"object\"" }, { "expected": "string", "code": "invalid_type", "path": [ "objectName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "dashboard" ], "path": [ "type" ], "message": "Invalid input: expected \"dashboard\"" }, { "expected": "string", "code": "invalid_type", "path": [ "dashboardName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "page" ], "path": [ "type" ], "message": "Invalid input: expected \"page\"" }, { "expected": "string", "code": "invalid_type", "path": [ "pageName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "expected": "string", "code": "invalid_type", "path": [ "url" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "report" ], "path": [ "type" ], "message": "Invalid input: expected \"report\"" }, { "expected": "string", "code": "invalid_type", "path": [ "reportName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "action" ], "path": [ "type" ], "message": "Invalid input: expected \"action\"" }, { "expected": "object", "code": "invalid_type", "path": [ "actionDef" ], "message": "Invalid input: expected object, received undefined" } ], [ { "code": "invalid_value", "values": [ "group" ], "path": [ "type" ], "message": "Invalid input: expected \"group\"" }, { "expected": "array", "code": "invalid_type", "path": [ "children" ], "message": "Invalid input: expected array, received undefined" } ] ], "path": [ "
[chromium] › e2e/console-rendering.spec.ts:13:3 › Console Rendering › should not have critical console errors during bootstrap: e2e/console-rendering.spec.ts#L45
1) [chromium] › e2e/console-rendering.spec.ts:13:3 › Console Rendering › should not have critical console errors during bootstrap Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Critical console errors detected: [Registry] Validation failed for app setup: [ { "code": "invalid_union", "errors": [ [ { "code": "invalid_value", "values": [ "object" ], "path": [ "type" ], "message": "Invalid input: expected \"object\"" }, { "expected": "string", "code": "invalid_type", "path": [ "objectName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "dashboard" ], "path": [ "type" ], "message": "Invalid input: expected \"dashboard\"" }, { "expected": "string", "code": "invalid_type", "path": [ "dashboardName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "page" ], "path": [ "type" ], "message": "Invalid input: expected \"page\"" }, { "expected": "string", "code": "invalid_type", "path": [ "pageName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "expected": "string", "code": "invalid_type", "path": [ "url" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "report" ], "path": [ "type" ], "message": "Invalid input: expected \"report\"" }, { "expected": "string", "code": "invalid_type", "path": [ "reportName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "action" ], "path": [ "type" ], "message": "Invalid input: expected \"action\"" }, { "expected": "object", "code": "invalid_type", "path": [ "actionDef" ], "message": "Invalid input: expected object, received undefined" } ], [ { "code": "invalid_value", "values": [ "group" ], "path": [ "type" ], "message": "Invalid input: expected \"group\"" }, { "expected": "array", "code": "invalid_type", "path": [ "children" ], "message": "Invalid input: expected array, received undefined" } ] ], "path": [ "
[chromium] › e2e/console-rendering.spec.ts:13:3 › Console Rendering › should not have critical console errors during bootstrap: e2e/console-rendering.spec.ts#L45
1) [chromium] › e2e/console-rendering.spec.ts:13:3 › Console Rendering › should not have critical console errors during bootstrap Error: Critical console errors detected: [Registry] Validation failed for app setup: [ { "code": "invalid_union", "errors": [ [ { "code": "invalid_value", "values": [ "object" ], "path": [ "type" ], "message": "Invalid input: expected \"object\"" }, { "expected": "string", "code": "invalid_type", "path": [ "objectName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "dashboard" ], "path": [ "type" ], "message": "Invalid input: expected \"dashboard\"" }, { "expected": "string", "code": "invalid_type", "path": [ "dashboardName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "page" ], "path": [ "type" ], "message": "Invalid input: expected \"page\"" }, { "expected": "string", "code": "invalid_type", "path": [ "pageName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "expected": "string", "code": "invalid_type", "path": [ "url" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "report" ], "path": [ "type" ], "message": "Invalid input: expected \"report\"" }, { "expected": "string", "code": "invalid_type", "path": [ "reportName" ], "message": "Invalid input: expected string, received undefined" } ], [ { "code": "invalid_value", "values": [ "action" ], "path": [ "type" ], "message": "Invalid input: expected \"action\"" }, { "expected": "object", "code": "invalid_type", "path": [ "actionDef" ], "message": "Invalid input: expected object, received undefined" } ], [ { "code": "invalid_value", "values": [ "group" ], "path": [ "type" ], "message": "Invalid input: expected \"group\"" }, { "expected": "array", "code": "invalid_type", "path": [ "children" ], "message": "Invalid input: expected array, received undefined" } ] ], "path": [ "areas", 0, "navigation", 5 ], "message": "Invalid input" }, { "code": "invalid_union", "errors": [ [ { "code": "invalid_value", "values": [
E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
3 failed [chromium] › e2e/console-rendering.spec.ts:13:3 › Console Rendering › should not have critical console errors during bootstrap [chromium] › e2e/sidebar-text-visibility.spec.ts:42:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode [chromium] › e2e/sidebar-text-visibility.spec.ts:123:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode 38 skipped 37 passed (3.4m)

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
10.3 MB
sha256:06a0efa2bc2792e5e0e2f2a7949c26c9a528aa0588002bde1524d33d5fe2ea4c