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 e2e0f1d commit c305edfCopy full SHA for c305edf
tests/address_bar_and_search/test_addon_suggestion.py
@@ -16,7 +16,9 @@ def test_case():
16
return "2234714"
17
18
19
-@pytest.mark.unstable
+@pytest.mark.xfail(
20
+ reason="Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1958038"
21
+)
22
def test_addon_suggestion_based_on_search_input(driver: Firefox):
23
"""
24
C2234714 - Verify that the address bar suggests relevant add-ons based on search input.
0 commit comments