aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conftest.py b/test/conftest.py
index dec6d91..c0ece61 100644
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -102,7 +102,7 @@ def webextension(driver, request):
# uninstalling the addon. Otherwise, we could be left with a windowless
# browser :c
driver.switch_to.window(driver.window_handles[-1])
- driver.get('about:blank')
+ driver.get('https://gotmyowndoma.in/')
driver.uninstall_addon(addon_id)
ext_path.unlink()