Commit 093a0225 authored by Michael Droettboom's avatar Michael Droettboom

Kill selenium task after each test

parent e924ec5c
...@@ -49,4 +49,6 @@ class SeleniumWrapper: ...@@ -49,4 +49,6 @@ class SeleniumWrapper:
@pytest.fixture @pytest.fixture
def selenium(): def selenium():
return SeleniumWrapper() selenium = SeleniumWrapper()
yield selenium
selenium.driver.quit()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment