Skip to content

Commit b3c164a

Browse files
committed
test: get rid of search icon in package-selector
1 parent 014383b commit b3c164a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/nuxt/components/compare/PackageSelector.spec.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,6 @@ describe('PackageSelector', () => {
119119
input = component.find('input')
120120
expect(input.attributes('placeholder')).toBeTruthy()
121121
})
122-
123-
it('has search icon', async () => {
124-
const component = await mountSuspended(PackageSelector, {
125-
props: {
126-
modelValue: [],
127-
},
128-
})
129-
130-
expect(component.find('.i-carbon\\:search').exists()).toBe(true)
131-
})
132122
})
133123

134124
describe('adding packages', () => {

0 commit comments

Comments
 (0)