summaryrefslogtreecommitdiff
path: root/test/unit/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/conftest.py')
-rw-r--r--test/unit/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/conftest.py b/test/unit/conftest.py
index e7be339..070459e 100644
--- a/test/unit/conftest.py
+++ b/test/unit/conftest.py
@@ -75,6 +75,8 @@ def webextension(driver, request):
EC.url_matches('^moz-extension://.*')
)
yield
+ close_all_but_one_window(driver)
+ driver.get('https://gotmyowndoma.in/')
driver.uninstall_addon(addon_id)
ext_path.unlink()