adapt unit tests to link text changes

This commit is contained in:
mahula 2022-08-23 11:41:01 +02:00
parent f55851e4d0
commit 1ea43130dc
2 changed files with 4 additions and 2 deletions

View File

@ -105,7 +105,8 @@ describe('TransactionLink', () => {
'http://localhost/redeem/c00000000c000000c0000\n' +
'Testy transaction-link.send_you 75 Gradido.\n' +
'"Katzenauge, Eulenschrei, was verschwunden komm herbei!"\n' +
'gdd_per_link.credit-your-gradido gdd_per_link.validUntilDate',
'gdd_per_link.credit-your-gradido gdd_per_link.validUntilDate\n' +
'gdd_per_link.link-hint',
)
})
it('toasts success message', () => {

View File

@ -283,7 +283,8 @@ describe('Send', () => {
'http://localhost/redeem/0123456789\n' +
'Testy transaction-link.send_you 56.78 Gradido.\n' +
'"Make the best of the link!"\n' +
'gdd_per_link.credit-your-gradido gdd_per_link.validUntilDate',
'gdd_per_link.credit-your-gradido gdd_per_link.validUntilDate\n' +
'gdd_per_link.link-hint',
)
})
it('toasts success message', () => {