Commit 1bb4af91 authored by Tyf0x's avatar Tyf0x

Merge branch 'fix_#431' of https://github.com/Tyf0x/bootstrap-multiselect into...

Merge branch 'fix_#431' of https://github.com/Tyf0x/bootstrap-multiselect into shift-select-improvement
parents c1c3e173 77d81bcd
......@@ -596,7 +596,7 @@ describe('Bootstrap Multiselect Specific Issues', function() {
selection.addRange(range);
if (document.getSelection().type === 'Range') {
$('#multiselect-container').find('a:first').trigger('click');
$('#multiselect-container').find('a:first label').trigger('click');
expect($('#multiselect-container').find('input:first').prop('checked')).toBe(true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment