diff --git a/plugins/home/src/homePageComponents/VisitedByType/Content.test.tsx b/plugins/home/src/homePageComponents/VisitedByType/Content.test.tsx index 2a7a6481ba..055ebf998b 100644 --- a/plugins/home/src/homePageComponents/VisitedByType/Content.test.tsx +++ b/plugins/home/src/homePageComponents/VisitedByType/Content.test.tsx @@ -66,7 +66,6 @@ describe('', () => { , ); - expect(getByText('Recently Visited')).toBeInTheDocument(); await waitFor(() => expect(getByText('Explore Backstage')).toBeInTheDocument(), ); @@ -91,7 +90,6 @@ describe('', () => { , ); - expect(getByText('Recently Visited')).toBeInTheDocument(); await waitFor(() => expect(getByText('Tech Radar')).toBeInTheDocument()); }); @@ -279,7 +277,6 @@ describe('', () => { , ); - expect(getByText('Top Visited')).toBeInTheDocument(); await waitFor(() => expect(getByText('Explore Backstage')).toBeInTheDocument(), );