diff --git a/frontend/src/components/GdtTransactionList.spec.js b/frontend/src/components/GdtTransactionList.spec.js index 66c7ecc21..34d2713af 100644 --- a/frontend/src/components/GdtTransactionList.spec.js +++ b/frontend/src/components/GdtTransactionList.spec.js @@ -175,7 +175,7 @@ describe('GdtTransactionList ', () => { transactionGdtCount: 42, }) }) - expect(wrapper.find('div.pagination')).toBeTruthy() + expect(wrapper.find('div.pagination').exists()).toBe(true) }) it('shows no the pagination buttons if transactionCount < 25', () => {