From 6507f52912219a14c9eb8f650e4af750e18e7abb Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 29 Jun 2026 14:02:25 +0000 Subject: [PATCH] Remove debug entry --- src/frontend/tests/pages/pui_dashboard.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/tests/pages/pui_dashboard.spec.ts b/src/frontend/tests/pages/pui_dashboard.spec.ts index eca6c9a004..435d8e29cf 100644 --- a/src/frontend/tests/pages/pui_dashboard.spec.ts +++ b/src/frontend/tests/pages/pui_dashboard.spec.ts @@ -159,8 +159,6 @@ test('Dashboard - Preserve widget sizes', async ({ browser }) => { for (const [bp, items] of Object.entries(await readLayouts(page))) { const entry = (items as any[]).find((i) => i?.i === 'ovr-so'); - console.log('entry:', bp, entry); - expect(entry?.w, `${bp}: ovr-so missing or wrong w`).toBe(TARGET_W); expect(entry?.h, `${bp}: ovr-so missing or wrong h`).toBe(TARGET_H); }