From 283ab30164f0f58ffb13063d800b7a2ee686bb8a Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 11 Jul 2018 10:40:06 +0200 Subject: fix(modal): fix unit test and resetting style --- js/tests/unit/modal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/tests') diff --git a/js/tests/unit/modal.js b/js/tests/unit/modal.js index 2729e4e4b..53a2e0416 100644 --- a/js/tests/unit/modal.js +++ b/js/tests/unit/modal.js @@ -21,7 +21,8 @@ $(function () { document.body.removeChild(scrollDiv) return scrollbarWidth } - // Simulate scrollbars in PhantomJS + + // Simulate scrollbars $('html').css('padding-right', '16px') }, beforeEach: function () { -- cgit v1.2.3