Pārlūkot izejas kodu

try to fix github action pytests

Rodja Trappe 2 gadi atpakaļ
vecāks
revīzija
c11d571a8f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tests/conftest.py

+ 1 - 1
tests/conftest.py

@@ -20,7 +20,7 @@ def chrome_options(chrome_options: webdriver.ChromeOptions) -> webdriver.ChromeO
     chrome_options.add_argument('headless')
     chrome_options.add_argument('headless')
     chrome_options.add_argument('disable-gpu')
     chrome_options.add_argument('disable-gpu')
     chrome_options.add_argument('window-size=600x600')
     chrome_options.add_argument('window-size=600x600')
-    chrome_options.add_experimental_option('w3c', False)
+    #chrome_options.add_experimental_option('w3c', False)
     return chrome_options
     return chrome_options