mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
fix tests
This commit is contained in:
@@ -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'
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user