Skip to content

Commit

Permalink
Fix test failure with jQuery 1.9.1 (#24706)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Nov 7, 2017
1 parent 79d6b57 commit fc9967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ $(function () {

QUnit.test('should handle disabled attribute on non-button elements', function (assert) {
assert.expect(2)
var groupHTML = ' <div class="btn-group disabled" data-toggle="buttons" aria-disabled="true" disabled>'
var groupHTML = '<div class="btn-group disabled" data-toggle="buttons" aria-disabled="true" disabled>'
+ '<label class="btn btn-danger disabled" aria-disabled="true" disabled>'
+ '<input type="checkbox" aria-disabled="true" autocomplete="off" disabled class="disabled"/>'
+ '</label>'
Expand Down

0 comments on commit fc9967e

Please sign in to comment.