diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js index 19d9797aa..34ba708ca 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js @@ -203,7 +203,7 @@ describe('GddTransactionList', () => { }) it('shows the name of the receiver', () => { - expect(transaction.findAll('div').at(3).text()).toBe('decay') + expect(transaction.findAll('div').at(3).text()).toBe('decay.decay_since_last_transaction') }) }) })