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:48:38 +02:00 committed by GitHub
parent a6396cc998
commit b2af0f2429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ describe('GdtTransactionList ', () => {
expect(wrapper.find('div.pagination').exists()).toBe(true)
})
it('shows no the pagination buttons if transactionCount < 25', () => {
it('shows no the pagination buttons if transactionCount < pageSize', () => {
beforeEach(async () => {
await wrapper.setProps({
transactionGdtCount: 2,