From d07e12bc343bcdbc3f9b13de58fab8f55acd0113 Mon Sep 17 00:00:00 2001 From: Sagar Rajput Date: Fri, 5 Jul 2024 17:10:30 +0530 Subject: [PATCH] feat: test case updated: --- .../LogsExplorerViews/tests/LogsExplorerViews.test.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/container/LogsExplorerViews/tests/LogsExplorerViews.test.tsx b/frontend/src/container/LogsExplorerViews/tests/LogsExplorerViews.test.tsx index d55e9e8f1b7..b88022d89b6 100644 --- a/frontend/src/container/LogsExplorerViews/tests/LogsExplorerViews.test.tsx +++ b/frontend/src/container/LogsExplorerViews/tests/LogsExplorerViews.test.tsx @@ -120,11 +120,7 @@ describe('LogsExplorerViews -', () => { // switch to table view await userEvent.click(queryByTestId('table-view') as HTMLElement); - expect( - queryByText( - 'Just a bit of patience, just a little bit’s enough ⎯ we’re getting your logs!', - ), - ).toBeInTheDocument(); + expect(queryByText('pending_data_placeholder')).toBeInTheDocument(); }); it('check error state', async () => {