From b2af0f24298f4aeccea5bfcd880255a12890d50b Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 29 Mar 2022 11:48:38 +0200 Subject: [PATCH] Update frontend/src/components/GdtTransactionList.spec.js Co-authored-by: Moriz Wahl --- frontend/src/components/GdtTransactionList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,