diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js index fe616b200..1c71b7f6c 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js @@ -119,15 +119,15 @@ describe('GddTransactionList', () => { }) it('shows the message of the transaction', () => { - expect(transaction.findAll('div').at(6).text()).toContain('Alles Gute zum Geburtstag') + expect(transaction.findAll('div').at(5).text()).toContain('Alles Gute zum Geburtstag') }) it('shows the date of the transaction', () => { - expect(transaction.findAll('div').at(9).text()).toContain('Tue May 25 2021') + expect(transaction.findAll('div').at(8).text()).toContain('Tue May 25 2021') }) it('shows the decay calculation', () => { - expect(transaction.findAll('div').at(10).text()).toContain('-0.5') + expect(transaction.findAll('div').at(9).text()).toContain('-0.5') }) }) diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index 3c8a20950..0c70acd5a 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -24,10 +24,7 @@ {{ $t('form.memo') }} -
- {{ $t('form.date') }} -
-
+