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 Full value: {val.first_selected_option.get_attribute('value')}."
184
+
iffield_value.isnumeric():
185
+
field_value=int(field_value)
186
+
assertfield_valueinexpected_cc_data, (
187
+
f"{(field_name, field_value)} not found in generated data."
179
188
)
180
-
assertfield_value!=credit_card_fill_obj.cvv, "CVV is displayed."
189
+
assertfield_value!=expected_cvv, "CVV is displayed."
0 commit comments