diff --git a/test/sql/selfServeExample.spec.ts b/test/sql/selfServeExample.spec.ts index e80b21081..24f89200c 100644 --- a/test/sql/selfServeExample.spec.ts +++ b/test/sql/selfServeExample.spec.ts @@ -10,7 +10,7 @@ test("Self Serve", async ({ page }) => { const regionDropdown = explorer.frame.getByText("Select a region"); await regionDropdown.click(); const firstOption = explorer.frame.getByRole("option").first(); - firstOption.waitFor(); + await firstOption.waitFor(); await firstOption.click(); const currentRegionLabel = explorer.frame.getByLabel("Current Region");