Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Comment on lines 61 to +63
Comment on lines 61 to +63
});

it('renders success state and navigates on click', async () => {
Expand Down
Loading