collapse: should not fire shown when show is preventedRerun
collapse: should reset style to auto after finishing opening collapseRerun
collapse: should remove "collapsed" class from target when collapse is shownRerun
collapse: should add "collapsed" class to target when collapse is hiddenRerun
collapse: should remove "collapsed" class from all triggers targeting the collapse when the collapse is shownRerun
collapse: should add "collapsed" class to all triggers targeting the collapse when the collapse is hiddenRerun
collapse: should not close a collapse when initialized with "show" option if already shownRerun
collapse: should open a collapse when initialized with "show" option if not already shown(1)Rerun66 ms
okay@ 39 ms
Source: at HTMLDocument. (https://www.bsk.com/assets/js/bootstrap-3.3.7/js/tests/unit/collapse.js:164: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)
collapse: should not show a collapse when initialized with "hide" option if already hiddenRerun
collapse: should hide a collapse when initialized with "hide" option if not already hiddenRerun
collapse: should remove "collapsed" class from active accordion targetRerun