We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3756b7 commit f523d56Copy full SHA for f523d56
tests/ui-testing/playwright-tests/dashboards/visualize.spec.js
@@ -1,4 +1,4 @@
1
-import { test, expect } from "@playwright/test";
+import { test, expect } from "../baseFixtures";
2
import { login } from "../utils/dashLogin";
3
import { ingestion } from "../utils/dashIngestion";
4
import logsdata from "../../../test-data/logs_data.json";
@@ -313,7 +313,7 @@ test.describe("logs testcases", () => {
313
// Enter an invalid query into the search bar
314
await page
315
.locator('[data-test="logs-search-bar-query-editor"]')
316
- .locator('.inputarea')
+ .locator(".inputarea")
317
.fill("select from user whare ID =1");
318
319
// Refresh the search
0 commit comments