aboutsummaryrefslogtreecommitdiff
path: root/test/haketilo_test/__main__.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-17 16:05:20 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-17 16:09:57 +0100
commit3e4bde861cdee3312e1d410dc08f67d8e7c9168c (patch)
tree2b3da5e016a7354410d9003a96923d5e1a0c3347 /test/haketilo_test/__main__.py
parent753fd58a5778b634dcc9849d3ecb3fb5feb62154 (diff)
downloadbrowser-extension-3e4bde861cdee3312e1d410dc08f67d8e7c9168c.tar.gz
browser-extension-3e4bde861cdee3312e1d410dc08f67d8e7c9168c.zip
fix test-environment* targets
Diffstat (limited to 'test/haketilo_test/__main__.py')
-rw-r--r--test/haketilo_test/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/haketilo_test/__main__.py b/test/haketilo_test/__main__.py
index 7afda55..3664e8c 100644
--- a/test/haketilo_test/__main__.py
+++ b/test/haketilo_test/__main__.py
@@ -67,7 +67,7 @@ httpd = do_an_internet(certdir, int(port))
driver = firefox_safe_mode(proxy_port=int(port))
if load_haketilo:
- driver.install_addon(str(here.parent / 'mozilla-build.zip'), temporary=True)
+ driver.install_addon(str(Path.cwd() / 'mozilla-build.zip'), temporary=True)
driver.get(get_extension_base_url(driver) + 'html/settings.html')
print("You can now control the browser through 'driver' object")