mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Update e2e/debug.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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 ===')
|
||||
|
||||
Reference in New Issue
Block a user