commit 6891edfe6228654940808a93fd36bfa6d24ae935 Author: Alex Catarineu acat@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):
tbb-commits@lists.torproject.org