Attempt to fix playwright test
This commit is contained in:
parent
b4090425f4
commit
8293f34c9c
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue