mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix send coins e2e test
This commit is contained in:
parent
5345efed4e
commit
39ee784675
@ -33,5 +33,5 @@ Feature: Send coins
|
||||
|
||||
Examples:
|
||||
| senderName | amount |
|
||||
| Bob der Baumeister | 120.50 |
|
||||
| Bob der Baumeister | 120,50 |
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ Then('the user receives an e-mail containing the {string} link', (linkName: stri
|
||||
linkPattern = /\/reset-password\/[0-9]+\d/
|
||||
break
|
||||
case 'transaction':
|
||||
emailSubject = 'has sent you'
|
||||
emailSubject = 'Gradido gesendet'
|
||||
linkPattern = /\/overview/
|
||||
break
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user