Revert "Attempt to fix playwright test"

This reverts commit 8293f34c9c.
This commit is contained in:
Laurent Nguyen 2024-06-28 17:44:32 +02:00
parent 8293f34c9c
commit 38bb1ae591
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ 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();