aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/tests/unit/scrollspy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/scrollspy.js b/js/tests/unit/scrollspy.js
index 98c1d6396..3cfde85f7 100644
--- a/js/tests/unit/scrollspy.js
+++ b/js/tests/unit/scrollspy.js
@@ -29,7 +29,7 @@ $(function () {
strictEqual($scrollspy[0], $el[0], 'collection contains element')
})
- // FIXME
+ // Does not work properly ATM, #13500 will fix this
test('should switch "active" class on scroll', function () {
var topbarHTML = '<div class="topbar">' +
'<div class="topbar-inner">' +