2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix unit tests for chrome mobile

This commit is contained in:
Johann-S
2019-04-15 12:00:26 +02:00
parent 80dfee9dc1
commit 14f53d9baa
2 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ $(function () {
var $modalBody = $('.modal-body')
$modalBody.scrollTop(100)
assert.strictEqual($modalBody.scrollTop(), 100)
assert.ok($modalBody.scrollTop() > 95 && $modalBody.scrollTop() <= 100)
$modal.on('shown.bs.modal', function () {
assert.strictEqual($modalBody.scrollTop(), 0, 'modal body scrollTop should be 0 when opened')