diff --git a/test/sql/selfServeExample.spec.ts b/test/sql/selfServeExample.spec.ts index 24f89200c..0fce2d07a 100644 --- a/test/sql/selfServeExample.spec.ts +++ b/test/sql/selfServeExample.spec.ts @@ -7,7 +7,7 @@ test("Self Serve", async ({ page }) => { const loggingToggle = explorer.frame.locator("#enableLogging-toggle-input"); await expect(loggingToggle).toBeEnabled(); - const regionDropdown = explorer.frame.getByText("Select a region"); + const regionDropdown = explorer.frame.getByText("Select a region2"); await regionDropdown.click(); const firstOption = explorer.frame.getByRole("option").first(); await firstOption.waitFor();