mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
fix: assert exact multi-select count in properties panel tests
This commit is contained in:
@@ -109,7 +109,7 @@ test.describe('Properties panel', () => {
|
||||
'CLIP Text Encode (Prompt)'
|
||||
])
|
||||
|
||||
await expect(panel.panelTitle).toContainText('items selected')
|
||||
await expect(panel.panelTitle).toContainText('3 items selected')
|
||||
})
|
||||
|
||||
test('should list all selected nodes in Parameters tab', async ({
|
||||
|
||||
Reference in New Issue
Block a user