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 220eccc commit 80d1b6dCopy full SHA for 80d1b6d
tests/form_autofill/test_edit_credit_card.py
@@ -74,6 +74,7 @@ def test_edit_credit_card_profile(
74
75
## get new json object for the updated field
76
saved_profile = about_prefs_privacy.get_all_saved_cc_profiles()
77
+ logging.warning(f"saved profiles: {[x.text for x in saved_profile]}")
78
saved_profile[0].click()
79
cc_info_json_new = json.loads(saved_profile[0].get_attribute("data-l10n-args"))
80
0 commit comments