From 38bb1ae591e16745858734eb9095744487a6d44d Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Fri, 28 Jun 2024 17:44:32 +0200 Subject: [PATCH] Revert "Attempt to fix playwright test" This reverts commit 8293f34c9ce3901eb160a56526c59e3d3e1e343e. --- 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 9cc3953d1..225863cd9 100644 --- a/test/sql/selfServeExample.spec.ts +++ b/test/sql/selfServeExample.spec.ts @@ -8,7 +8,6 @@ test("Self Serve", async ({ page }) => { await expect(loggingToggle).toBeEnabled(); const regionDropdown = explorer.frame.getByText("Select a region"); - await regionDropdown.waitFor(); await regionDropdown.click(); await explorer.frame.getByRole("option").first().click();