{{ $t('yourNoteWontBeSaved') }}
@@ -56,6 +58,7 @@
v-else
type="is-primary is-fullwidth"
:disabled="disableButton || (!isValidGasPrice && !eipSupported)"
+ data-test="send_deposit_button"
@click="_sendDeposit"
>
{{ $t('sendDeposit') }}
diff --git a/components/EncryptedTx.vue b/components/EncryptedTx.vue
index 9c3524b..46e181d 100644
--- a/components/EncryptedTx.vue
+++ b/components/EncryptedTx.vue
@@ -31,6 +31,7 @@