diff --git a/e2e-tests/cypress/e2e/SendCoins.feature b/e2e-tests/cypress/e2e/SendCoins.feature index 9abb68295..169a120b9 100644 --- a/e2e-tests/cypress/e2e/SendCoins.feature +++ b/e2e-tests/cypress/e2e/SendCoins.feature @@ -33,5 +33,5 @@ Feature: Send coins Examples: | senderName | amount | - | Bob der Baumeister | 120.50 | + | Bob der Baumeister | 120,50 | diff --git a/e2e-tests/cypress/support/step_definitions/email_steps.ts b/e2e-tests/cypress/support/step_definitions/email_steps.ts index 9c994b7b8..12954fe86 100644 --- a/e2e-tests/cypress/support/step_definitions/email_steps.ts +++ b/e2e-tests/cypress/support/step_definitions/email_steps.ts @@ -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: