diff --git a/testing/conftest.py b/testing/conftest.py index f06c6a8..681fa70 100644 --- a/testing/conftest.py +++ b/testing/conftest.py @@ -22,7 +22,7 @@ def product_version(self): @pytest.fixture(scope='session') def selenium(request): - driver = webdriver.Chrome() + driver = webdriver.PhantomJS() request.addfinalizer(driver.quit) driver.maximize_window() global selenium_browser