diff --git a/src/Frontend/Components/ProjectStatisticsPopup/__tests__/ProjectStatisticsPopup.test.tsx b/src/Frontend/Components/ProjectStatisticsPopup/__tests__/ProjectStatisticsPopup.test.tsx index df5841359..7e27820c6 100644 --- a/src/Frontend/Components/ProjectStatisticsPopup/__tests__/ProjectStatisticsPopup.test.tsx +++ b/src/Frontend/Components/ProjectStatisticsPopup/__tests__/ProjectStatisticsPopup.test.tsx @@ -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();