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
f"{field_name} not found in generated data. current value is: {field_value}.\n expected values are: {credit_card_fill_obj}.\n"
178
+
f"{field_name} not found in generated data. current value is: {field_value}.\n expected values are: {credit_card_fill_obj}.\n Full value: {val.first_selected_option.get_attribute('value')}."
179
179
)
180
180
assertfield_value!=credit_card_fill_obj.cvv, "CVV is displayed."
0 commit comments