Commit 8ff09958 authored by Heinrich Fenkart's avatar Heinrich Fenkart

Mention #13500 in comment for ScrollSpy test

parent e341355d
...@@ -29,7 +29,7 @@ $(function () { ...@@ -29,7 +29,7 @@ $(function () {
strictEqual($scrollspy[0], $el[0], 'collection contains element') 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 () { test('should switch "active" class on scroll', function () {
var topbarHTML = '<div class="topbar">' + var topbarHTML = '<div class="topbar">' +
'<div class="topbar-inner">' + '<div class="topbar-inner">' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment