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

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

View File

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