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