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
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user