mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 01:39:47 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -31,9 +31,7 @@ test.describe('Properties panel search functionality', { tag: ['@ui'] }, () => {
|
||||
await propertiesPanel.searchBox.fill('')
|
||||
|
||||
await expect(propertiesPanel.root.getByText('KSampler')).toBeVisible()
|
||||
await expect(
|
||||
propertiesPanel.root.getByText('VAE Decode')
|
||||
).toBeVisible()
|
||||
await expect(propertiesPanel.root.getByText('VAE Decode')).toBeVisible()
|
||||
})
|
||||
|
||||
test('shows no results message when search matches nothing', async ({
|
||||
|
||||
Reference in New Issue
Block a user