mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
test: renders text saying that there are no transactions
This commit is contained in:
parent
0bb3b04436
commit
cb2c5173f1
@ -38,7 +38,9 @@ describe('GddTransactionList', () => {
|
|||||||
|
|
||||||
describe('without any properties', () => {
|
describe('without any properties', () => {
|
||||||
it('renders text saying that there are no transactions', () => {
|
it('renders text saying that there are no transactions', () => {
|
||||||
expect(wrapper.find('div.gdd-transaction-list').text()).toBe('transaction.nullTransactions')
|
expect(wrapper.find('div.gdd-transaction-list').text()).toBe(
|
||||||
|
'error.empty-transactionlist transaction.nullTransactions',
|
||||||
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user