mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user