Skip to content

Commit

Permalink
REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Nov 11, 2022
1 parent f21a110 commit b57cdcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/ssr-tests-v9/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class RenderError extends Error {

export async function runTest(browser: Browser, url: string): Promise<void> {
const page = await browser.newPage();
console.log('Page created');
await page.setRequestInterception(true);

let error: Error | undefined;
Expand All @@ -39,6 +40,7 @@ export async function runTest(browser: Browser, url: string): Promise<void> {
error = err;
});

console.log(`Page: goto ${url}`);
await page.goto(url);
await page.waitForSelector(`#${PROVIDER_ID}`);

Expand Down

0 comments on commit b57cdcd

Please sign in to comment.