mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
chore(deps): update vue test utils (#1512)
This commit is contained in:
@@ -11,7 +11,9 @@ describe('Scoped Slots', () => {
|
||||
}
|
||||
)
|
||||
|
||||
expect(Select.find({ ref: 'selectedOptions' }).text()).toEqual('one')
|
||||
expect(Select.findComponent({ ref: 'selectedOptions' }).text()).toEqual(
|
||||
'one'
|
||||
)
|
||||
})
|
||||
|
||||
describe('Slot: selected-option', () => {
|
||||
@@ -56,7 +58,9 @@ describe('Scoped Slots', () => {
|
||||
Select.vm.open = true
|
||||
await Select.vm.$nextTick()
|
||||
|
||||
expect(Select.find({ ref: 'dropdownMenu' }).text()).toEqual('onetwothree')
|
||||
expect(Select.findComponent({ ref: 'dropdownMenu' }).text()).toEqual(
|
||||
'onetwothree'
|
||||
)
|
||||
})
|
||||
|
||||
it('noOptions slot receives the current search text', async () => {
|
||||
|
||||
Reference in New Issue
Block a user