mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
Try forcing click
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user