From b75330c142c39354005f12498f240b60d2f66a60 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 17 Mar 2022 18:08:15 +0100 Subject: [PATCH] test transaction links four to eight --- .../components/Transactions/TransactionLinksSummary.spec.js | 4 ++++ 1 file changed, 4 insertions(+) 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,