Skip to content

Commit

Permalink
TERR-361
Browse files Browse the repository at this point in the history
- updated version of package @playwright/test pinned to 1.46.1
- removed unneeded repeated invocation of both disableAllQueries and enableTargetQuery in fn
testFlowSheet supporting test 'test edge coloration on default load'
  • Loading branch information
sanchezelton committed Aug 16, 2024
1 parent 92072cd commit d1c58df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions e2e/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d1c58df

Please sign in to comment.