Skip to content

Commit

Permalink
chore: fix one test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Sep 2, 2024
1 parent 99da510 commit f24bc12
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@ describe('Logs Explorer Tests', () => {
await waitFor(() =>
expect(queryByTestId('logs-list-virtuoso')).toBeInTheDocument(),
);

// check for data being present in the UI
expect(
queryByText(
`2024-02-16 02:50:22.000 | 2024-02-15T21:20:22.035Z INFO frontend Dispatch successful {"service": "frontend", "trace_id": "span_id", "span_id": "span_id", "driver": "driver", "eta": "2m0s"}`,
),
).toBeInTheDocument();
});

test('Multiple Current Queries', async () => {
Expand Down

0 comments on commit f24bc12

Please sign in to comment.