mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
changes reviews
This commit is contained in:
parent
2e01042210
commit
53cda6cda9
@ -118,7 +118,7 @@ describe('GddTransactionList', () => {
|
||||
expect(transaction.findAll('div').at(0).text()).toContain('Bob der Baumeister')
|
||||
})
|
||||
|
||||
it('shows the memo of the receiver', () => {
|
||||
it('shows the message of the transaction', () => {
|
||||
expect(transaction.findAll('div').at(5).text()).toContain('Alles Gute zum Geburtstag')
|
||||
})
|
||||
|
||||
@ -180,11 +180,11 @@ describe('GddTransactionList', () => {
|
||||
expect(transaction.findAll('div').at(2).text()).toContain('+ 314.98')
|
||||
})
|
||||
|
||||
it('shows the name of the receiver', () => {
|
||||
it('shows the name of the recipient', () => {
|
||||
expect(transaction.findAll('div').at(0).text()).toContain('Jan Ulrich')
|
||||
})
|
||||
|
||||
it('shows the memo of the receiver', () => {
|
||||
it('shows the message of the transaction', () => {
|
||||
expect(transaction.findAll('div').at(5).text()).toContain('Für das Fahrrad!')
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user