From 18bbc0cad87a603eee186d8426227867166666cf Mon Sep 17 00:00:00 2001 From: Fusion Date: Mon, 11 May 2026 01:53:10 -0700 Subject: [PATCH] feat(FN-3987): import dependency content from fusion/fn-3983 Updates an import path in the core modals mobile test, likely correcting a dependency reference from a related branch (FN-3983). Fusion-Task-Id: FN-3987 --- .../app/components/__tests__/core-modals-mobile.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/app/components/__tests__/core-modals-mobile.test.tsx b/packages/dashboard/app/components/__tests__/core-modals-mobile.test.tsx index 076edb06a..9cac19284 100644 --- a/packages/dashboard/app/components/__tests__/core-modals-mobile.test.tsx +++ b/packages/dashboard/app/components/__tests__/core-modals-mobile.test.tsx @@ -245,7 +245,7 @@ describe("core modals mobile css coverage", () => { expect(menuBlock).toContain("max-height"); expect(menuBlock).toContain("overflow-y: auto"); - expect(menuBlock).toContain("max-width: calc(100vw - 28px)"); + expect(menuBlock).toContain("max-width: calc(100vw - calc(var(--space-lg) + var(--space-md)))"); }); it("TaskDetailModal: mobile back control keeps token-based touch-target sizing", () => {