From 8cecf0ffe9fab0b771ec88c8be2ba0c46f4fc411 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 1 Feb 2026 05:29:20 +0000 Subject: [PATCH] [automated] Apply ESLint and Oxfmt fixes --- .../tests/propertiesPanel/propertiesPanelBasic.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/browser_tests/tests/propertiesPanel/propertiesPanelBasic.spec.ts b/browser_tests/tests/propertiesPanel/propertiesPanelBasic.spec.ts index 84045ff23..1774bf7fc 100644 --- a/browser_tests/tests/propertiesPanel/propertiesPanelBasic.spec.ts +++ b/browser_tests/tests/propertiesPanel/propertiesPanelBasic.spec.ts @@ -137,9 +137,7 @@ test.describe('Properties panel basic functionality', { tag: ['@ui'] }, () => { await expect(propertiesPanel.getTab('Info')).not.toBeVisible() }) - test('lists all selected nodes in Nodes tab', async ({ - comfyPage - }) => { + test('lists all selected nodes in Nodes tab', async ({ comfyPage }) => { const { propertiesPanel } = comfyPage await comfyPage.selectNodes(['KSampler', 'VAE Decode'])