Merge pull request #5136 from sodatea/test-multiselect-highlight

test(MultiSelect): update tests according to #5105
pull/5161/head
Tuğçe Küçükoğlu 2024-01-24 12:54:08 +03:00 committed by GitHub
commit 1ecdbc649a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
}
});
});