Skip to content

Commit

Permalink
Try this test
Browse files Browse the repository at this point in the history
  • Loading branch information
popkinj committed Feb 3, 2025
1 parent 03d735a commit 99e2f15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ describe('Test suite for AuthorizationDetails', () => {

// Wait for data to load
await screen.findByText(mockComplianceData[0].summary)
screen.getByText('View')
const viewLinks = screen.getAllByText('View')
expect(viewLinks).toHaveLength(2) // Verify we have two "View" links
})

it('should handle compliance section sorting', async () => {
Expand Down

0 comments on commit 99e2f15

Please sign in to comment.