diff --git a/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js b/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js index 6178805c8..da7076480 100644 --- a/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js +++ b/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.spec.js @@ -144,7 +144,7 @@ describe('GddSend', () => { }) it('has the text "form.cancel"', () => { - expect(wrapper.find('button[type="reset"]').text()).toBe('form.reset') + expect(wrapper.find('button[type="reset"]').find('svg').attributes('aria-label')).toBe('trash') }) it('clears all fields on click', async () => { diff --git a/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.vue b/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.vue index 8f2f8780d..cb853fb0c 100644 --- a/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.vue +++ b/frontend/src/views/Pages/AccountOverview/GddSend/TransactionForm.vue @@ -43,7 +43,7 @@ class="pl-3" > - + {{ error }} @@ -78,7 +78,7 @@ class="pl-3" > - + {{ error }} @@ -106,7 +106,7 @@ class="pl-3" > - + {{ error }} @@ -116,7 +116,7 @@ - {{ $t('form.reset') }} +