From 72d63d40d1216968ed33382b4284faa50bece8b4 Mon Sep 17 00:00:00 2001 From: soncuteanca Date: Wed, 22 Oct 2025 16:57:20 +0300 Subject: [PATCH] Remove xfail - Fx fix landed --- modules/browser_object_navigation.py | 2 +- tests/downloads/test_download_pdf_from_context_menu.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/browser_object_navigation.py b/modules/browser_object_navigation.py index 66b58fe09..866a0589c 100644 --- a/modules/browser_object_navigation.py +++ b/modules/browser_object_navigation.py @@ -33,7 +33,7 @@ class Navigation(BasePage): "Bing", "DuckDuckGo", "Wikipedia (en)", - "Firefox Add-ons" + "Firefox Add-ons", } def __init__(self, driver: Firefox, **kwargs): diff --git a/tests/downloads/test_download_pdf_from_context_menu.py b/tests/downloads/test_download_pdf_from_context_menu.py index b00b40000..49536e66e 100644 --- a/tests/downloads/test_download_pdf_from_context_menu.py +++ b/tests/downloads/test_download_pdf_from_context_menu.py @@ -24,7 +24,6 @@ def delete_files_regex_string(): PDF_TELEMETRY_DATA = ["downloads", "added", "fileExtension", "pdf"] -@pytest.mark.xfail(reason="1994389") @pytest.mark.headed def test_download_pdf_from_context_menu( driver: Firefox,