From 54dbae64eeabe741b77dcd05f4ea1dd29e01c597 Mon Sep 17 00:00:00 2001 From: Benedikt Bartscher Date: Thu, 25 Jan 2024 01:49:56 +0100 Subject: [PATCH] fix SmartDisplay visible parameter --- integration/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/conftest.py b/integration/conftest.py index 2a13161a37..49c33e48ff 100644 --- a/integration/conftest.py +++ b/integration/conftest.py @@ -26,7 +26,7 @@ def xvfb(): ) global DISPLAY - with SmartDisplay(visible=0, size=XVFB_DIMENSIONS) as DISPLAY: + with SmartDisplay(visible=False, size=XVFB_DIMENSIONS) as DISPLAY: yield DISPLAY DISPLAY = None else: