diff --git a/web-local/tests/explores/time-controls-from-config.spec.ts b/web-local/tests/explores/time-controls-from-config.spec.ts index 1eac6ada2e5..c1079caf717 100644 --- a/web-local/tests/explores/time-controls-from-config.spec.ts +++ b/web-local/tests/explores/time-controls-from-config.spec.ts @@ -13,8 +13,6 @@ test.describe("time controls settings from explore preset", () => { await page.getByLabel("code").click(); - await page.waitForTimeout(2000); - // Set a time range that is one of the supported presets await watcher.updateAndWaitForExplore( getDashboardYaml(`time_range: "P4W" @@ -22,7 +20,6 @@ test.describe("time controls settings from explore preset", () => { `), ); - await page.waitForTimeout(10000); // Preview await page.getByRole("button", { name: "Preview" }).click();