Skip to content

Commit

Permalink
tests: remove unnecessary timeout (#6241)
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes authored Dec 10, 2024
1 parent f5d8b3d commit c6ebe8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web-local/tests/explores/time-controls-from-config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ 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"
comparison_mode: time
`),
);

await page.waitForTimeout(10000);
// Preview
await page.getByRole("button", { name: "Preview" }).click();

Expand Down

0 comments on commit c6ebe8f

Please sign in to comment.