mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
test(MultiSelect): update tests according to #5105
This commit is contained in:
parent
88bb7e6980
commit
0b185e2b49
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ describe('MultiSelect.vue', () => {
|
|||
{ name: 'Paris', code: 'PRS' }
|
||||
],
|
||||
optionLabel: 'name',
|
||||
placeholder: 'Select Cities'
|
||||
placeholder: 'Select Cities',
|
||||
highlightOnSelect: true
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue