Merge pull request #5136 from sodatea/test-multiselect-highlight
test(MultiSelect): update tests according to #5105pull/5161/head
commit
1ecdbc649a
|
@ -23,7 +23,8 @@ describe('MultiSelect.vue', () => {
|
|||
{ name: 'Paris', code: 'PRS' }
|
||||
],
|
||||
optionLabel: 'name',
|
||||
placeholder: 'Select Cities'
|
||||
placeholder: 'Select Cities',
|
||||
highlightOnSelect: true
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue