mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
step4
This commit is contained in:
parent
f6006cae35
commit
8e1014af7e
@ -119,15 +119,15 @@ describe('GddTransactionList', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('shows the message of the transaction', () => {
|
it('shows the message of the transaction', () => {
|
||||||
expect(transaction.findAll('div').at(5).text()).toContain('Alles Gute zum Geburtstag')
|
expect(transaction.findAll('div').at(4).text()).toContain('Alles Gute zum Geburtstag')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('shows the date of the transaction', () => {
|
it('shows the date of the transaction', () => {
|
||||||
expect(transaction.findAll('div').at(8).text()).toContain('Tue May 25 2021')
|
expect(transaction.findAll('div').at(9).text()).toContain('Tue May 25 2021')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('shows the decay calculation', () => {
|
it('shows the decay calculation', () => {
|
||||||
expect(transaction.findAll('div').at(9).text()).toContain('-0.5')
|
expect(transaction.findAll('div').at(10).text()).toContain('-0.5')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user