From 6e406843aff28c5a4b2bcd3e7bdbbf06770892c9 Mon Sep 17 00:00:00 2001 From: zeshanziya Date: Wed, 21 Feb 2024 18:13:19 +0530 Subject: [PATCH] remove test cases for title checks Signed-off-by: zeshanziya --- .../home/src/homePageComponents/VisitedByType/Content.test.tsx | 3 --- 1 file changed, 3 deletions(-) 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(), );