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();