mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
delete this test for now - as affix is still heavily underdevelopment
This commit is contained in:
Vendored
-6
@@ -16,10 +16,4 @@ $(function () {
|
|||||||
ok(!$affix.hasClass('affix'), 'affix class was not added')
|
ok(!$affix.hasClass('affix'), 'affix class was not added')
|
||||||
})
|
})
|
||||||
|
|
||||||
test("should add affix class if scrolled to correct position", function () {
|
|
||||||
var $affix = $('<div></div>').appendTo('body').affix()
|
|
||||||
$('body').trigger('scroll')
|
|
||||||
ok($affix.hasClass('affix'), 'element has class affix')
|
|
||||||
})
|
|
||||||
|
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user