diff --git a/src/components/App/App.spec.tsx b/src/components/App/App.spec.tsx index 45bf5e5..c23f8e6 100644 --- a/src/components/App/App.spec.tsx +++ b/src/components/App/App.spec.tsx @@ -12,7 +12,7 @@ describe('Component display', () => { render(); }); - expect(await screen.findByText(D.mySurveys)); + expect(await screen.findByText(D.surveyList)); }); it('Component is not displayed ', async () => {