mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
test transaction links four to eight
This commit is contained in:
parent
4a7a4f28cf
commit
b75330c142
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user