Commit 2813c28d authored by Kyle Needham's avatar Kyle Needham

Removed expectation that are irrelevant to the issue

parent eb37fcd5
......@@ -595,9 +595,7 @@ describe('Bootstrap Multiselect Specific Issues', function() {
selection.removeAllRanges();
selection.addRange(range);
expect(document.getSelection().type).toBe('Range');
expect($('#multiselect-container').find('input:first').prop('checked')).toBe(false);
$('#multiselect-container').find('label:first').trigger('click');
$('#multiselect-container').find('a:first').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