This commit is contained in:
pythongosssss
2026-03-16 08:06:36 -07:00
parent 82e62694a9
commit 6689510591

View File

@@ -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 () => {