Skip to content

Commit 923f05c

Browse files
test_autofill_cc fix
1 parent 18348b9 commit 923f05c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/form_autofill/test_autofill_credit_card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def test_autofill_credit_card(driver: Firefox):
2424
credit_card_fill_obj.fill_credit_card_info(credit_card_data)
2525
autofill_popup.click_doorhanger_button("save")
2626

27-
credit_card_fill_obj.verify_autofill_dropdown_credit_card(autofill_popup_obj)
27+
credit_card_fill_obj.autofill_and_clear_all_fields(autofill_popup, credit_card_data)

tests/pdf_viewer/test_pdf_download.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ def test_case():
1717
def delete_files_regex_string():
1818
return r"i-9.*\.pdf"
1919

20+
2021
@pytest.fixture()
2122
def file_name():
2223
return "i-9.pdf"
2324

25+
2426
@pytest.mark.headed
2527
def test_pdf_download(
2628
driver: Firefox,

0 commit comments

Comments
 (0)