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 071f0ed commit aae6ddbCopy full SHA for aae6ddb
tests/form_autofill/test_autofill_cc_cvv.py
@@ -31,13 +31,13 @@ def test_autofill_cc_cvv(
31
util: Utilities instance
32
"""
33
34
- # open credit card autofill page
+ # Open credit card autofill page
35
credit_card_autofill.open()
36
37
- # create fake data, fill it in and press submit and save on the door hanger
+ # Create fake data, fill it in and press submit and save on the door hanger
38
credit_card_sample_data = credit_card_autofill.fill_and_save(util, autofill_popup)
39
40
- # navigate to prefs
+ # Navigate to prefs
41
about_prefs_privacy.open()
42
about_prefs_privacy.open_and_switch_to_saved_payments_popup()
43
0 commit comments