test(MultiSelect): update tests according to #5105

pull/5136/head
Haoqun Jiang 2024-01-19 16:35:51 +08:00
parent 88bb7e6980
commit 0b185e2b49
No known key found for this signature in database
GPG Key ID: BC1665FD8DE94CD5
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ describe('MultiSelect.vue', () => {
{ name: 'Paris', code: 'PRS' }
],
optionLabel: 'name',
placeholder: 'Select Cities'
placeholder: 'Select Cities',
highlightOnSelect: true
}
});
});