diff --git a/frontend/src/components/Transactions/TransactionLinksSummary.spec.js b/frontend/src/components/Transactions/TransactionLinksSummary.spec.js index 6e01b376e..9e93b5c2c 100644 --- a/frontend/src/components/Transactions/TransactionLinksSummary.spec.js +++ b/frontend/src/components/Transactions/TransactionLinksSummary.spec.js @@ -192,6 +192,10 @@ describe('TransactionLinksSummary', () => { }) }) + it('has eight transactionLinks', () => { + expect(wrapper.vm.transactionLinks).toHaveLength(8) + }) + it('loads more transaction links', () => { expect(apolloQueryMock).toBeCalledWith({ query: listTransactionLinks,