Skip to content

Commit 80d1b6d

Browse files
more logging
1 parent 220eccc commit 80d1b6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/form_autofill/test_edit_credit_card.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def test_edit_credit_card_profile(
7474

7575
## get new json object for the updated field
7676
saved_profile = about_prefs_privacy.get_all_saved_cc_profiles()
77+
logging.warning(f"saved profiles: {[x.text for x in saved_profile]}")
7778
saved_profile[0].click()
7879
cc_info_json_new = json.loads(saved_profile[0].get_attribute("data-l10n-args"))
7980

0 commit comments

Comments
 (0)