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 () => {