[tor-commits] [tor-browser-bundle-testsuite/master] Fix url for screenshot test
gk at torproject.org
gk at torproject.org
Thu Oct 15 18:41:27 UTC 2020
commit 6891edfe6228654940808a93fd36bfa6d24ae935
Author: Alex Catarineu <acat at torproject.org>
Date: Fri May 15 13:47:01 2020 +0200
Fix url for screenshot test
---
marionette/tor_browser_tests/test_screenshots.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/marionette/tor_browser_tests/test_screenshots.py b/marionette/tor_browser_tests/test_screenshots.py
index 3e3a089..b7cc3d6 100755
--- a/marionette/tor_browser_tests/test_screenshots.py
+++ b/marionette/tor_browser_tests/test_screenshots.py
@@ -13,7 +13,7 @@ class Test(MarionetteTestCase):
self.ts = ts
self.URLs = [
- 'chrome://torlauncher/content/network-settings-wizard.xul',
+ 'chrome://torlauncher/content/network-settings-wizard.xhtml',
];
def test_check_tpo(self):
More information about the tor-commits
mailing list