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 c62a5fe commit 3ab7306Copy full SHA for 3ab7306
tests/form_autofill/test_autofill_credit_card.py
@@ -11,7 +11,6 @@ def test_case():
11
return "122405"
12
13
14
-@pytest.mark.unstable
15
def test_autofill_credit_card(driver: Firefox):
16
"""
17
C122405, tests that after filling autofill and disabling cc info it appears in panel
@@ -25,5 +24,4 @@ def test_autofill_credit_card(driver: Firefox):
25
24
credit_card_fill_obj.fill_credit_card_info(credit_card_sample_data)
26
autofill_popup_obj.click_doorhanger_button("save")
27
28
- # TEST IS FAILING HERE. see bug https://bugzilla.mozilla.org/show_bug.cgi?id=1951656
29
- credit_card_fill_obj.verify_autofill_dropdown_all_fields(autofill_popup_obj)
+ credit_card_fill_obj.verify_autofill_dropdown_credit_card(autofill_popup_obj)
0 commit comments