From 5cc1ecfe4aeef079e046ecbef6481de72686f116 Mon Sep 17 00:00:00 2001 From: benedikt-bartscher <31854409+benedikt-bartscher@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:41:16 +0100 Subject: [PATCH] fix SmartDisplay visible parameter (#2451) --- integration/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/conftest.py b/integration/conftest.py index 2a13161a3..49c33e48f 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: