mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix
This commit is contained in:
@@ -79,9 +79,9 @@ describe('NodeSearchCategorySidebar', () => {
|
||||
expect(wrapper.text()).toContain('Favorites')
|
||||
})
|
||||
|
||||
it('should show Custom source category when custom nodes exist', async () => {
|
||||
it('should show Extensions source category when custom nodes exist', async () => {
|
||||
const wrapper = await createWrapper({ hasCustomNodes: true })
|
||||
expect(wrapper.text()).toContain('Custom')
|
||||
expect(wrapper.text()).toContain('Extensions')
|
||||
})
|
||||
|
||||
it('should not show Custom source category when no custom nodes exist', async () => {
|
||||
|
||||
Reference in New Issue
Block a user