Revert "Attempt to fix playwright test"
This reverts commit 8293f34c9c
.
This commit is contained in:
parent
8293f34c9c
commit
38bb1ae591
|
@ -8,7 +8,6 @@ test("Self Serve", async ({ page }) => {
|
||||||
await expect(loggingToggle).toBeEnabled();
|
await expect(loggingToggle).toBeEnabled();
|
||||||
|
|
||||||
const regionDropdown = explorer.frame.getByText("Select a region");
|
const regionDropdown = explorer.frame.getByText("Select a region");
|
||||||
await regionDropdown.waitFor();
|
|
||||||
await regionDropdown.click();
|
await regionDropdown.click();
|
||||||
await explorer.frame.getByRole("option").first().click();
|
await explorer.frame.getByRole("option").first().click();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue