From 3e8db198173f071e8f37bebce41f3921851072d7 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Fri, 20 May 2022 23:04:07 -0500 Subject: [PATCH] TEMP: watching for console logs --- packages/astro/e2e/solid.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/astro/e2e/solid.test.js b/packages/astro/e2e/solid.test.js index c63ba2083..9e8f49cbc 100644 --- a/packages/astro/e2e/solid.test.js +++ b/packages/astro/e2e/solid.test.js @@ -23,6 +23,7 @@ test.afterEach(async ({ astro }) => { }); test.only('Solid', async ({ page, astro }) => { + page.on('console', msg => console.log('Solid::', msg.text())); await page.goto(astro.resolveUrl('/')); await test.step('server only', async () => {