[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-02-01 05:29:20 +00:00
parent 32694573a9
commit 8cecf0ffe9

View File

@@ -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'])