From ff370331029237ca041df89136fc9a3191134f4a Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 18 Jan 2026 21:47:03 +0000 Subject: [PATCH] Update e2e/debug.spec.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- e2e/debug.spec.ts | 1 - 1 file changed, 1 deletion(-) 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 ===')