test(FN-4597): guard org chart connector token scope

Fusion-Task-Id: FN-4597
Fusion-Task-Lineage: a3e4af93-0f8b-450b-a1ae-8354b42ac2a1
This commit is contained in:
Fusion
2026-05-15 06:50:12 -07:00
committed by gsxdsm
parent e1a8eff76c
commit f9e23e843a

View File

@@ -89,6 +89,7 @@ describe("Agent CSS classes", () => {
expect(orgChartSection).toContain("--org-chart-sibling-gap: var(--space-xl)");
expect(orgChartSection).toContain("--org-chart-children-offset: calc(var(--space-lg) + var(--space-sm))");
expect(orgChartSection).toContain("--org-chart-connector-color: color-mix(in srgb, var(--text-muted) 60%, transparent)");
expect(orgChartSection).toMatch(/\.agent-org-chart-canvas\s*\{[^}]*--org-chart-connector-color:/);
expect(orgChartSection).toContain("min-height: var(--org-chart-node-width)");
expect(orgChartSection).toContain("touch-action: none");
expect(orgChartSection).toContain("overflow: hidden");