We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b2273 commit fcea539Copy full SHA for fcea539
tests/conftest.py
@@ -21,7 +21,7 @@ def random_name(n):
21
return "-".join([x.capitalize() for x in words])
22
23
24
-@pytest.yield_fixture(scope="session")
+@pytest.fixture(scope="session")
25
def driver():
26
chrome_options = webdriver.ChromeOptions()
27
chrome_options.headless = True
0 commit comments