diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/collapse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/collapse.js b/js/tests/unit/collapse.js index c36fe25be..f20c0809c 100644 --- a/js/tests/unit/collapse.js +++ b/js/tests/unit/collapse.js @@ -642,7 +642,7 @@ $(function () { $trigger3.trigger('click') }) - QUnit.test('should set aria-expanded="true" to triggers targetting shown collaspe and aria-expanded="false" only when all the targeted collapses are shown', function (assert) { + QUnit.test('should set aria-expanded="true" to triggers targeting shown collaspe and aria-expanded="false" only when all the targeted collapses are shown', function (assert) { assert.expect(9) var done = assert.async() |
