Skip to content

Commit

Permalink
feat: test case updated:
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Jul 5, 2024
1 parent 015e11d commit d07e12b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit d07e12b

Please sign in to comment.