From 166b66e59538bbaa4b1a460697667504d1086e9e Mon Sep 17 00:00:00 2001 From: KubeStellar Scanner Date: Mon, 20 Jul 2026 20:34:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20update=20EnterpriseCompli?= =?UTF-8?q?anceCards=20test=20to=20match=20semantic=20color=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: KubeStellar Scanner --- .../cards/__tests__/EnterpriseComplianceCards.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/cards/__tests__/EnterpriseComplianceCards.test.tsx b/web/src/components/cards/__tests__/EnterpriseComplianceCards.test.tsx index 16a8ae059c..4eb09f602d 100644 --- a/web/src/components/cards/__tests__/EnterpriseComplianceCards.test.tsx +++ b/web/src/components/cards/__tests__/EnterpriseComplianceCards.test.tsx @@ -60,7 +60,7 @@ describe('EnterpriseComplianceCards', () => { const loadingText = screen.getByText('Loading…'); expect(loadingText).toBeInTheDocument(); - expect(loadingText.className).toContain('text-gray-500'); + expect(loadingText.className).toContain('text-muted-foreground'); }); it('renders success state and navigates on click', async () => {