Revert "Adds e2e tables test (#276)" (#292)

This reverts commit 30353c26f3.
This commit is contained in:
Zachary Foster
2020-10-20 13:02:50 -04:00
committed by GitHub
parent 30353c26f3
commit 7ffa18a190
7 changed files with 5 additions and 87 deletions

View File

@@ -3,7 +3,7 @@ import { Frame } from "puppeteer";
export async function login(connectionString: string): Promise<Frame> {
const prodUrl = "https://localhost:1234/hostedExplorer.html";
page.goto(prodUrl, { waitUntil: "networkidle2" });
page.goto(prodUrl);
// log in with connection string
const handle = await page.waitForSelector("iframe");