fix explore query tests

This commit is contained in:
Ashley Harrison
2025-12-12 15:55:19 +00:00
parent 12c6e9615f
commit 4a0e9204b3
@@ -50,7 +50,7 @@ describe('Explore: handle running/not running query', () => {
jest.mocked(datasources.loki.query).mockReturnValueOnce(makeLogsQueryResponse());
// Make sure we render the logs panel
await screen.findByText(/^Logs$/);
await screen.findByRole('heading', { name: /^Logs$/ });
// Make sure we render the log line
await screen.findByText(/custom log line/i);