diff --git a/src/pages/app/__tests__/dashboard.renameResume.test.js b/src/pages/app/__tests__/dashboard.renameResume.test.js index 4ad7556f..b458e150 100644 --- a/src/pages/app/__tests__/dashboard.renameResume.test.js +++ b/src/pages/app/__tests__/dashboard.renameResume.test.js @@ -124,11 +124,6 @@ describe('with invalid name', () => { await setupAndSubmit(tooShortResumeName); const notification = await screen.findByRole('alert'); - /* - const notification = await screen.findByText( - /You might need to fill up all the required fields/i, - ); - */ expect( getByText( notification,