Преглед на файлове

lower selenium timeouts are still working fine

Rodja Trappe преди 2 години
родител
ревизия
166fb05078
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      tests/conftest.py

+ 2 - 2
tests/conftest.py

@@ -16,8 +16,8 @@ def chrome_options(chrome_options):
 
 @pytest.fixture
 def selenium(selenium):
-    selenium.implicitly_wait(2)
-    selenium.set_page_load_timeout(5)
+    selenium.implicitly_wait(0.1)
+    selenium.set_page_load_timeout(1)
     return selenium