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:13 +00:00
committed by GitHub
parent ff37033102
commit 2478948bcb

View File

@@ -1,4 +1,4 @@
import { test, expect } from '@playwright/test'
import { test } from '@playwright/test'
test('debug page load', async ({ page }) => {
const errors: string[] = []