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