Explorar o código

fixed warning about non-w3c conformity

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
c3c0f5a170
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/conftest.py

+ 1 - 0
tests/conftest.py

@@ -11,6 +11,7 @@ def chrome_options(chrome_options):
     chrome_options.add_argument('headless')
     chrome_options.add_argument('disable-gpu')
     chrome_options.add_argument('window-size=1200x600')
+    chrome_options.add_experimental_option('w3c', False)
     return chrome_options