diff --git a/src/layouts/BaseLayout/BaseLayout.test.tsx b/src/layouts/BaseLayout/BaseLayout.test.tsx index 05fb57499b..9412315bce 100644 --- a/src/layouts/BaseLayout/BaseLayout.test.tsx +++ b/src/layouts/BaseLayout/BaseLayout.test.tsx @@ -595,7 +595,7 @@ describe('BaseLayout', () => { }) describe('When Header has a network call error', async () => { - it('renders the EmptyErrorComponent when header throws an error', async () => { + it('renders nothing for the errored header', async () => { vi.mock('layouts/Header', () => ({ default: () => { throw new Error('Simulated Header Error')