test transaction links four to eight

This commit is contained in:
ogerly 2022-03-17 18:08:15 +01:00
parent 4a7a4f28cf
commit b75330c142

View File

@ -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,