소스 검색

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