2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

fix tests

This commit is contained in:
Jeff Sagal
2021-08-01 13:15:23 -07:00
parent de50b8917c
commit c54c398c56
4 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ describe('International Text', () => {
it('renders default text for deselect.ariaLabel', () => {
const Select = mountDefault({ value: 'one', multiple: true })
expect(Select.find('.vs__deselect').attributes()['aria-label']).toBe(
'Deselect Option'
'Deselect one'
)
})
})