diff --git a/src/components/ui/VnConfirm.vue b/src/components/ui/VnConfirm.vue index c8067d7c..40aa7eef 100644 --- a/src/components/ui/VnConfirm.vue +++ b/src/components/ui/VnConfirm.vue @@ -91,6 +91,7 @@ async function confirm() { @click="confirm()" unelevated autofocus + data-testid="confirmDialogButton" /> diff --git a/src/pages/Ecomerce/OrdersView.vue b/src/pages/Ecomerce/OrdersView.vue index de2b462e..97450c71 100644 --- a/src/pages/Ecomerce/OrdersView.vue +++ b/src/pages/Ecomerce/OrdersView.vue @@ -73,6 +73,7 @@ const onConfirmPay = async () => { @click="onPayClick()" rounded no-caps + data-testid="makePaymentButton" > {{ t('makePayment') }} @@ -124,6 +125,7 @@ const onConfirmPay = async () => { v-model="showAmountToPayDialog" message=" " :promise="onConfirmPay" + data-testid="payAmountDialog" >