test(MultiSelect): update tests according to #5105
parent
88bb7e6980
commit
0b185e2b49
|
@ -23,7 +23,8 @@ describe('MultiSelect.vue', () => {
|
||||||
{ name: 'Paris', code: 'PRS' }
|
{ name: 'Paris', code: 'PRS' }
|
||||||
],
|
],
|
||||||
optionLabel: 'name',
|
optionLabel: 'name',
|
||||||
placeholder: 'Select Cities'
|
placeholder: 'Select Cities',
|
||||||
|
highlightOnSelect: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue