diff --git a/test/conftest.py b/test/conftest.py index d5bf40318..1723a55fc 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -103,7 +103,7 @@ class ChromeWrapper(SeleniumWrapper): if pytest is not None: - @pytest.fixture(params=['firefox', 'chrome']) + @pytest.fixture(params=['firefox', 'chrome'], scope='module') def selenium(request): if request.param == 'firefox': cls = FirefoxWrapper