From f6d12c2b464e61f1366ca62e25d87d434d937740 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 29 Mar 2022 11:46:52 +0200 Subject: [PATCH] Update frontend/src/components/GddTransactionList.spec.js Co-authored-by: Moriz Wahl --- frontend/src/components/GddTransactionList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/GddTransactionList.spec.js b/frontend/src/components/GddTransactionList.spec.js index 6f450d6fb..b02d6c2d7 100644 --- a/frontend/src/components/GddTransactionList.spec.js +++ b/frontend/src/components/GddTransactionList.spec.js @@ -406,7 +406,7 @@ describe('GddTransactionList', () => { }) describe.only('pagination buttons', () => { - it('shows the pagination buttons if transactionCount > 25', () => { + it('shows the pagination buttons if transactionCount > pageSize', () => { beforeEach(async () => { await wrapper.setProps({ transactionCount: 42,