From 280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 3 Jan 2022 22:30:52 +0100 Subject: improve and test the dafult policy dialog This commit also fixes some bugs that manifested themselves spuriously. --- test/unit/conftest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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() -- cgit v1.2.3