collapse: should set aria-expanded="true" on target when collapse is shownRerun
collapse: should set aria-expanded="false" on target when collapse is hiddenRerun
collapse: should set aria-expanded="true" on all triggers targeting the collapse when the collapse is shownRerun
collapse: should set aria-expanded="false" on all triggers targeting the collapse when the collapse is hiddenRerun
collapse: should change aria-expanded from active accordion target to "false" and set the newly active one to "true"Rerun
collapse: should not fire show event if show is prevented because other element is still transitioningRerun
collapse: should add "collapsed" class to target when collapse is hidden via manual invocationRerun
collapse: should remove "collapsed" class from target when collapse is shown via manual invocation(1)Rerun95 ms
okay@ 56 ms
Source: at HTMLDocument. (https://www.bsk.com/assets/js/bootstrap-3.3.7/js/tests/unit/collapse.js:428:9)
at i (https://www.bsk.com/assets/js/bootstrap-3.3.7/js/tests/vendor/jquery.min.js:2:27449)
at Object.fireWith [as resolveWith] (https://www.bsk.com/assets/js/bootstrap-3.3.7/js/tests/vendor/jquery.min.js:2:28213)
at Function.ready (https://www.bsk.com/assets/js/bootstrap-3.3.7/js/tests/vendor/jquery.min.js:2:30006)
at HTMLDocument.K (https://www.bsk.com/assets/js/bootstrap-3.3.7/js/tests/vendor/jquery.min.js:2:30368)
dropdowns plugin: should be defined on jquery objectRerun