mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
Revert "Wait for 5s after dropdown click"
This reverts commit 847e9ad33f
.
This commit is contained in:
parent
847e9ad33f
commit
c42a93f567
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user