Skip to content

Commit

Permalink
test: fix failing unit test for project statistics popup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMa committed Feb 26, 2025
1 parent 271f0bb commit 2c65cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe('The ProjectStatisticsPopup', () => {
),
],
});
expect(screen.getAllByText('License name')).toHaveLength(1);
expect(screen.getAllByText('License Name')).toHaveLength(1);
expect(screen.getAllByText('Total')).toHaveLength(2);
expect(screen.getByText('Follow up')).toBeInTheDocument();
expect(screen.getByText('First party')).toBeInTheDocument();
Expand Down

0 comments on commit 2c65cf4

Please sign in to comment.