mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
Revert "Attempt to wait until page is fully loaded"
This reverts commit bb43fcea6e
.
This commit is contained in:
parent
bb43fcea6e
commit
c1c94e8381
@ -3,7 +3,7 @@ import { DataExplorer, TestAccount } from "../fx";
|
|||||||
|
|
||||||
test("Self Serve", async ({ page }) => {
|
test("Self Serve", async ({ page }) => {
|
||||||
const explorer = await DataExplorer.open(page, TestAccount.SQL, "selfServe.html");
|
const explorer = await DataExplorer.open(page, TestAccount.SQL, "selfServe.html");
|
||||||
await page.waitForTimeout(5000);
|
|
||||||
const loggingToggle = explorer.frame.locator("#enableLogging-toggle-input");
|
const loggingToggle = explorer.frame.locator("#enableLogging-toggle-input");
|
||||||
await expect(loggingToggle).toBeEnabled();
|
await expect(loggingToggle).toBeEnabled();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user