We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef320ed commit c441ba6Copy full SHA for c441ba6
tests/functional/conftest.py
@@ -95,7 +95,7 @@ def pytest_generate_tests(metafunc):
95
product_urls = [a.attrib["href"] for a in doc("ul.c-product-list a")]
96
# FIXME: sanity checks after first scene is redirected to FXC:
97
if product_urls and product_urls[0].startswith("/en-US/download/all/"):
98
- product_urls = ["/en-US/firefox/all/desktop-release/", "/en-US/firefox/all/desktop-nightly/"]
+ product_urls = ["/en-US/firefox/all/desktop-release/", "/en-US/firefox/all/desktop-esr/"]
99
# If product url links outside of /firefox/all/ ignore it. (e.g. testflight)
100
product_urls = [url for url in product_urls if url.startswith("/en-US/firefox/all/")]
101
for url in product_urls:
0 commit comments