From eb893f5812a45817a103491a4a32e863ff1c0fd2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 2 Feb 2026 03:06:42 +0000 Subject: [PATCH] [automated] Apply ESLint and Oxfmt fixes --- browser_tests/tests/bottomPanelShortcuts.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser_tests/tests/bottomPanelShortcuts.spec.ts b/browser_tests/tests/bottomPanelShortcuts.spec.ts index cc1567218..cdc4578aa 100644 --- a/browser_tests/tests/bottomPanelShortcuts.spec.ts +++ b/browser_tests/tests/bottomPanelShortcuts.spec.ts @@ -148,9 +148,9 @@ test.describe('Bottom Panel Shortcuts', { tag: '@ui' }, () => { comfyPage }) => { // Wait for terminal tab to be registered (loaded asynchronously) - await expect( - comfyPage.page.locator('[id*="logs-terminal"]') - ).toBeVisible({ timeout: 10000 }) + await expect(comfyPage.page.locator('[id*="logs-terminal"]')).toBeVisible({ + timeout: 10000 + }) // Open shortcuts panel first await comfyPage.page