mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-30 17:37:01 +00:00
Error test on e2e
This commit is contained in:
parent
556f7b866f
commit
124e3764f7
@ -7,7 +7,7 @@ test("Self Serve", async ({ page }) => {
|
|||||||
const loggingToggle = explorer.frame.locator("#enableLogging-toggle-input");
|
const loggingToggle = explorer.frame.locator("#enableLogging-toggle-input");
|
||||||
await expect(loggingToggle).toBeEnabled();
|
await expect(loggingToggle).toBeEnabled();
|
||||||
|
|
||||||
const regionDropdown = explorer.frame.getByText("Select a region");
|
const regionDropdown = explorer.frame.getByText("Select a region2");
|
||||||
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user