diff --git a/e2e/debug.spec.ts b/e2e/debug.spec.ts index cb284d4..f88fe7d 100644 --- a/e2e/debug.spec.ts +++ b/e2e/debug.spec.ts @@ -20,7 +20,6 @@ test('debug page load', async ({ page }) => { await page.waitForTimeout(2000) // Get page content - const html = await page.content() const rootHTML = await page.locator('#root').innerHTML().catch(() => 'ERROR GETTING ROOT') console.log('=== PAGE ERRORS ===')