瀏覽代碼

try to fix github action pytests

Rodja Trappe 2 年之前
父節點
當前提交
c11d571a8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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('disable-gpu')
     chrome_options.add_argument('window-size=600x600')
-    chrome_options.add_experimental_option('w3c', False)
+    #chrome_options.add_experimental_option('w3c', False)
     return chrome_options