2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix unit test modal

This commit is contained in:
Johann-S
2017-09-20 13:32:16 +02:00
committed by XhmikosR
parent 69e4d4f3ac
commit bcbea02886
+1 -1
View File
@@ -549,7 +549,7 @@ $(function () {
$('<div id="modal-test"/>')
.on('hidden.bs.modal', function () {
assert.strictEqual($body.attr('style').indexOf('padding-right'), -1, 'body does not have inline padding set')
assert.strictEqual($body.css('padding-left'), '0px', 'body does not have inline padding set')
$style.remove()
done()
})