Update e2e/debug.spec.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2026-01-18 21:47:03 +00:00
committed by GitHub
parent e63d32eb05
commit ff37033102

View File

@@ -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 ===')