Skip to content

Commit d723368

Browse files
authored
Remove xfail - Fx fix landed (#855)
1 parent d5d271d commit d723368

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/browser_object_navigation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Navigation(BasePage):
3333
"Bing",
3434
"DuckDuckGo",
3535
"Wikipedia (en)",
36-
"Firefox Add-ons"
36+
"Firefox Add-ons",
3737
}
3838

3939
def __init__(self, driver: Firefox, **kwargs):

tests/downloads/test_download_pdf_from_context_menu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def delete_files_regex_string():
2424
PDF_TELEMETRY_DATA = ["downloads", "added", "fileExtension", "pdf"]
2525

2626

27-
@pytest.mark.xfail(reason="1994389")
2827
@pytest.mark.headed
2928
def test_download_pdf_from_context_menu(
3029
driver: Firefox,

0 commit comments

Comments
 (0)