Update frontend/src/components/GddTransactionList.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-03-29 11:47:07 +02:00 committed by GitHub
parent f6d12c2b46
commit 1ad41ddac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -412,7 +412,7 @@ describe('GddTransactionList', () => {
transactionCount: 42,
})
})
expect(wrapper.find('div.pagination')).toBeTruthy()
expect(wrapper.find('div.pagination').exists()).toBe(true)
})
it('shows no pagination buttons if transactionCount < pageSize', () => {