From fc9967e17537777ff98faff357876e643d15ba8c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 7 Nov 2017 14:13:52 +0200 Subject: [PATCH] Fix test failure with jQuery 1.9.1 (#24706) --- js/tests/unit/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/unit/button.js b/js/tests/unit/button.js index e2a51bb4d4..54a434d84a 100644 --- a/js/tests/unit/button.js +++ b/js/tests/unit/button.js @@ -158,7 +158,7 @@ $(function () { QUnit.test('should handle disabled attribute on non-button elements', function (assert) { assert.expect(2) - var groupHTML = '
' + var groupHTML = '
' + ''