diff --git a/tests/functional/openlp_core_lib/test_htmlbuilder.py b/tests/functional/openlp_core_lib/test_htmlbuilder.py index b90531c8d..58841eb90 100644 --- a/tests/functional/openlp_core_lib/test_htmlbuilder.py +++ b/tests/functional/openlp_core_lib/test_htmlbuilder.py @@ -369,6 +369,7 @@ class Htmbuilder(TestCase, TestMixin): item = MagicMock() item.theme_data = None item.footer = 'FAIL' + height = 1024 # WHEN: Settings say that footer should wrap css.append(build_footer_css(item, height))