Skip to content

Commit 3ab7306

Browse files
verify error fix
1 parent c62a5fe commit 3ab7306

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/form_autofill/test_autofill_credit_card.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def test_case():
1111
return "122405"
1212

1313

14-
@pytest.mark.unstable
1514
def test_autofill_credit_card(driver: Firefox):
1615
"""
1716
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):
2524
credit_card_fill_obj.fill_credit_card_info(credit_card_sample_data)
2625
autofill_popup_obj.click_doorhanger_button("save")
2726

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)
27+
credit_card_fill_obj.verify_autofill_dropdown_credit_card(autofill_popup_obj)

0 commit comments

Comments
 (0)