mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 02:02:08 +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()
|
await expect(propertiesPanel.getTab('Info')).not.toBeVisible()
|
||||||
})
|
})
|
||||||
|
|
||||||
test('lists all selected nodes in Nodes tab', async ({
|
test('lists all selected nodes in Nodes tab', async ({ comfyPage }) => {
|
||||||
comfyPage
|
|
||||||
}) => {
|
|
||||||
const { propertiesPanel } = comfyPage
|
const { propertiesPanel } = comfyPage
|
||||||
|
|
||||||
await comfyPage.selectNodes(['KSampler', 'VAE Decode'])
|
await comfyPage.selectNodes(['KSampler', 'VAE Decode'])
|
||||||
|
|||||||
Reference in New Issue
Block a user