mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Revert "Wait for 5s after dropdown click"
This reverts commit 847e9ad33f.
This commit is contained in:
@@ -9,7 +9,6 @@ test("Self Serve", async ({ page }) => {
|
||||
|
||||
const regionDropdown = explorer.frame.getByText("Select a region");
|
||||
await regionDropdown.click();
|
||||
await page.waitForTimeout(5000);
|
||||
const firstOption = explorer.frame.getByRole("option").first();
|
||||
await firstOption.waitFor();
|
||||
await firstOption.click();
|
||||
|
||||
Reference in New Issue
Block a user