Try forcing click
This commit is contained in:
parent
c42a93f567
commit
29b9fa1bda
|
@ -11,7 +11,7 @@ test("Self Serve", async ({ page }) => {
|
||||||
await regionDropdown.click();
|
await regionDropdown.click();
|
||||||
const firstOption = explorer.frame.getByRole("option").first();
|
const firstOption = explorer.frame.getByRole("option").first();
|
||||||
await firstOption.waitFor();
|
await firstOption.waitFor();
|
||||||
await firstOption.click();
|
await firstOption.click({ force: true });
|
||||||
|
|
||||||
const currentRegionLabel = explorer.frame.getByLabel("Current Region");
|
const currentRegionLabel = explorer.frame.getByLabel("Current Region");
|
||||||
await currentRegionLabel.waitFor();
|
await currentRegionLabel.waitFor();
|
||||||
|
|
Loading…
Reference in New Issue