mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 04:01:41 +10:00
Dashboard: unit tests related to rename resume
This commit is contained in:
@ -124,11 +124,6 @@ describe('with invalid name', () => {
|
|||||||
await setupAndSubmit(tooShortResumeName);
|
await setupAndSubmit(tooShortResumeName);
|
||||||
|
|
||||||
const notification = await screen.findByRole('alert');
|
const notification = await screen.findByRole('alert');
|
||||||
/*
|
|
||||||
const notification = await screen.findByText(
|
|
||||||
/You might need to fill up all the required fields/i,
|
|
||||||
);
|
|
||||||
*/
|
|
||||||
expect(
|
expect(
|
||||||
getByText(
|
getByText(
|
||||||
notification,
|
notification,
|
||||||
|
|||||||
Reference in New Issue
Block a user