From 2478948bcbc2591eb836bb11f9751089a2ab631c Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 18 Jan 2026 21:47:13 +0000 Subject: [PATCH] Update e2e/debug.spec.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- e2e/debug.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/debug.spec.ts b/e2e/debug.spec.ts index f88fe7d..daa2d9d 100644 --- a/e2e/debug.spec.ts +++ b/e2e/debug.spec.ts @@ -1,4 +1,4 @@ -import { test, expect } from '@playwright/test' +import { test } from '@playwright/test' test('debug page load', async ({ page }) => { const errors: string[] = []