Explorar o código

fix SmartDisplay visible parameter (#2451)

benedikt-bartscher hai 1 ano
pai
achega
5cc1ecfe4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      integration/conftest.py

+ 1 - 1
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: