From c42a93f567992b8f6d418eaef0f1c92256ce30ca Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Mon, 8 Jul 2024 14:48:42 +0200 Subject: [PATCH] Revert "Wait for 5s after dropdown click" This reverts commit 847e9ad33fbfac99a947fc088e1c8c1c14c57853. --- test/sql/selfServeExample.spec.ts | 1 - 1 file changed, 1 deletion(-) 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();