mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
Attempt to fix playwright test
This commit is contained in:
@@ -8,6 +8,7 @@ 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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user