mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 22:25:01 +00:00
Fix: Inline deleted JSON components to resolve build errors
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from '@playwright/test'
|
||||
import { test } from '@playwright/test'
|
||||
|
||||
test('debug page load', async ({ page }) => {
|
||||
const errors: string[] = []
|
||||
@@ -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