Revert "Error test on e2e"

This reverts commit 124e3764f7.
This commit is contained in:
Laurent Nguyen
2024-07-08 12:44:18 +02:00
parent 124e3764f7
commit 7f3dbea39e

View File

@@ -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 region2");
const regionDropdown = explorer.frame.getByText("Select a region");
await regionDropdown.click();
const firstOption = explorer.frame.getByRole("option").first();
await firstOption.waitFor();