diff --git a/frontend/src/components/GdtTransactionList.spec.js b/frontend/src/components/GdtTransactionList.spec.js index 420e76156..1e2096ece 100644 --- a/frontend/src/components/GdtTransactionList.spec.js +++ b/frontend/src/components/GdtTransactionList.spec.js @@ -178,7 +178,7 @@ describe('GdtTransactionList ', () => { expect(wrapper.find('div.pagination').exists()).toBe(true) }) - it('shows no the pagination buttons if transactionCount < 25', () => { + it('shows no the pagination buttons if transactionCount < pageSize', () => { beforeEach(async () => { await wrapper.setProps({ transactionGdtCount: 2,