diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 5b49a50fdd..2ba4a11c46 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -26,6 +26,8 @@ async function getMainWindow(app: ElectronApplication, timeout = 50_000): Promis const stdoutStream = new Writable(stdoutBuffer); const handler = (page: Page) => { + console.log(`Page opened: ${page.url()}`); + if (page.url().startsWith("http://localhost")) { cleanup(); resolve(page);