From a6396cc99803acdd9a9156746770f3f8286d69bf Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 29 Mar 2022 11:48:27 +0200 Subject: [PATCH] Update frontend/src/components/GdtTransactionList.spec.js Co-authored-by: Moriz Wahl --- frontend/src/components/GdtTransactionList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/GdtTransactionList.spec.js b/frontend/src/components/GdtTransactionList.spec.js index 34d2713af..420e76156 100644 --- a/frontend/src/components/GdtTransactionList.spec.js +++ b/frontend/src/components/GdtTransactionList.spec.js @@ -169,7 +169,7 @@ describe('GdtTransactionList ', () => { }) describe('pagination buttons', () => { - it('shows the pagination buttons if transactionCount > 25', () => { + it('shows the pagination buttons if transactionCount > pageSize', () => { beforeEach(async () => { await wrapper.setProps({ transactionGdtCount: 42,