diff --git a/e2e/plugin.spec.ts b/e2e/plugin.spec.ts index 106d2e0..371a316 100644 --- a/e2e/plugin.spec.ts +++ b/e2e/plugin.spec.ts @@ -440,8 +440,6 @@ pluginTest.describe("plugin testing", () => { await page.getByTestId('fdc230').click(); await page.getByTestId(/RefreshPicker/).click(); - await disableAllQueries(); - await enableTargetQuery(inFs); // obtain thresholds const thresholds: IThreshold[] = await getThresholds(inFs, page); diff --git a/package.json b/package.json index a45bf21..047e8ab 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@grafana/runtime": "8.3.0", "@grafana/tsconfig": "^1.2.0-rc1", "@grafana/ui": "8.3.0", - "@playwright/test": "1.34.3", + "@playwright/test": "1.46.1", "@swc/core": "1.3.51", "@swc/helpers": "^0.5.0", "@testing-library/react": "12.1.4",