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,