diff --git a/frontend/src/components/GddTransactionList.spec.js b/frontend/src/components/GddTransactionList.spec.js index 28a052abe..6f450d6fb 100644 --- a/frontend/src/components/GddTransactionList.spec.js +++ b/frontend/src/components/GddTransactionList.spec.js @@ -415,7 +415,7 @@ describe('GddTransactionList', () => { expect(wrapper.find('div.pagination')).toBeTruthy() }) - it('shows no the pagination buttons if transactionCount < 25', () => { + it('shows no pagination buttons if transactionCount < pageSize', () => { beforeEach(async () => { await wrapper.setProps({ transactionCount: 2,