fix send coins e2e test

This commit is contained in:
mahula 2023-06-20 11:32:36 +02:00
parent 5345efed4e
commit 39ee784675
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ Feature: Send coins
Examples:
| senderName | amount |
| Bob der Baumeister | 120.50 |
| Bob der Baumeister | 120,50 |

View File

@ -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: