diff --git a/test/sql/selfServeExample.spec.ts b/test/sql/selfServeExample.spec.ts index 225863cd9..9cc3953d1 100644 --- a/test/sql/selfServeExample.spec.ts +++ b/test/sql/selfServeExample.spec.ts @@ -8,6 +8,7 @@ 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();