You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertcredit_card_sample_data.card_number[-4:] indoorhanger_text, f"Expected last 4 digits '{credit_card_sample_data.card_number[-4:]}' but not found."
41
-
assertcredit_card_sample_data.nameindoorhanger_text, f"Expected name '{credit_card_sample_data.name}' but not found."
42
-
assertcredit_card_sample_data.cvvnotindoorhanger_text, f"CVV '{credit_card_sample_data.cvv}' should not be saved, but found in doorhanger."
assertelements[0].endswith(credit_card_sample_data.card_number[-4:]), f"Expected last 4 digits '{credit_card_sample_data.card_number[-4:]}' but got '{elements[0]}'"
57
-
assertelements[1] ==credit_card_sample_data.name, f"Expected name '{credit_card_sample_data.name}' but got '{elements[1]}'"
58
-
assertcredit_card_sample_data.cvvnotinelements, f"CVV '{credit_card_sample_data.cvv}' should not be saved, but found in stored values."
0 commit comments