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,