Commit bc5a753b authored by Chris Rebert's avatar Chris Rebert
Browse files

fix affix-top unit test to properly clean up after itself

parent 7527ce93
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 0 deletions
+1 -0
......@@ -86,6 +86,7 @@ $(function () {
})
.on('affixed-top.bs.affix', function () {
ok($('#affixTopTarget').hasClass('affix-top'), 'affix-top class applied')
$('#padding-offset').remove()
start()
})
......
Supports Markdown
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