Attempt to fix playwright test

This commit is contained in:
Laurent Nguyen 2024-06-28 17:00:50 +02:00
parent b4090425f4
commit 8293f34c9c
1 changed files with 1 additions and 0 deletions

View File

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