IO-2327 payments test cases
This commit is contained in:
@@ -161,7 +161,11 @@ function PaymentModalContainer({
|
||||
footer={
|
||||
<span>
|
||||
<Button onClick={handleCancel}>{t("general.actions.cancel")}</Button>
|
||||
<Button loading={loading} onClick={() => form.submit()}>
|
||||
<Button
|
||||
data-cy="payment-form-save"
|
||||
loading={loading}
|
||||
onClick={() => form.submit()}
|
||||
>
|
||||
{t("general.actions.save")}
|
||||
</Button>
|
||||
{paymentModal.context && paymentModal.context.id ? null : (
|
||||
|
||||
Reference in New Issue
Block a user