diff --git a/test/sql/selfServeExample.spec.ts b/test/sql/selfServeExample.spec.ts index 538e2ce58..24f89200c 100644 --- a/test/sql/selfServeExample.spec.ts +++ b/test/sql/selfServeExample.spec.ts @@ -9,7 +9,6 @@ test("Self Serve", async ({ page }) => { const regionDropdown = explorer.frame.getByText("Select a region"); await regionDropdown.click(); - await page.waitForTimeout(5000); const firstOption = explorer.frame.getByRole("option").first(); await firstOption.waitFor(); await firstOption.click();