Update frontend/src/views/Pages/AccountOverview/GddTransactionList.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2021-12-15 07:55:17 +01:00 committed by GitHub
parent ca0f122f4e
commit d1de2b5820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ describe('GddTransactionList', () => {
transactions: false,
})
})
it('Transactions array is not there', () => {
it('shows error no transaction list', () => {
expect(wrapper.find('div.test-no-transactionlist').text()).toContain(
'error.no-transactionlist',
)