From 8ff099585f5aaf3330c6a8d15f513075c03c433a Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Sun, 6 Jul 2014 09:23:09 +0200 Subject: [PATCH] Mention #13500 in comment for ScrollSpy test --- js/tests/unit/scrollspy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/unit/scrollspy.js b/js/tests/unit/scrollspy.js index 98c1d63963..3cfde85f70 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 = '
' + '
' +