diff --git a/tests/functional/conftest.py b/tests/functional/conftest.py index 7f7a205d503..28cc8f87f16 100644 --- a/tests/functional/conftest.py +++ b/tests/functional/conftest.py @@ -95,7 +95,7 @@ def pytest_generate_tests(metafunc): product_urls = [a.attrib["href"] for a in doc("ul.c-product-list a")] # FIXME: sanity checks after first scene is redirected to FXC: if product_urls and product_urls[0].startswith("/en-US/download/all/"): - 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/"] # If product url links outside of /firefox/all/ ignore it. (e.g. testflight) product_urls = [url for url in product_urls if url.startswith("/en-US/firefox/all/")] for url in product_urls: