Fix plugin.test.tsx as page elements were moved out
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
@@ -52,8 +52,6 @@ describe('Airbrake', () => {
|
||||
</AppRouter>
|
||||
</AppProvider>,
|
||||
);
|
||||
expect(rendered.getAllByRole('heading', { name: 'Airbrake' }).length).toBe(
|
||||
2,
|
||||
);
|
||||
expect(rendered.getByText('ChunkLoadError')).toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user