From a2b637fa71332c51f71e99e3acb3513b0b27b519 Mon Sep 17 00:00:00 2001 From: gianantoniopini <63844628+gianantoniopini@users.noreply.github.com> Date: Tue, 2 Feb 2021 14:02:56 +0100 Subject: [PATCH] Dashboard: unit tests related to rename resume --- src/pages/app/__tests__/dashboard.renameResume.test.js | 5 ----- 1 file changed, 5 deletions(-) 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,