[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-02-01 05:00:26 +00:00
parent dca7c218a8
commit 337e71dce2
3 changed files with 5 additions and 15 deletions

View File

@@ -145,9 +145,7 @@ test.describe('Properties panel basic functionality', { tag: ['@ui'] }, () => {
await comfyPage.selectNodes(['KSampler', 'VAE Decode'])
await expect(propertiesPanel.root.getByText('KSampler')).toBeVisible()
await expect(
propertiesPanel.root.getByText('VAE Decode')
).toBeVisible()
await expect(propertiesPanel.root.getByText('VAE Decode')).toBeVisible()
})
})
})