diff --git a/e2e-tests/cypress/e2e/User.Registration.feature b/e2e-tests/cypress/e2e/User.Registration.feature index a50d57ea2..264c94704 100644 --- a/e2e-tests/cypress/e2e/User.Registration.feature +++ b/e2e-tests/cypress/e2e/User.Registration.feature @@ -4,7 +4,7 @@ Feature: User registration Scenario: Register successfully Given the user navigates to page "/register" - When the user fills name and email "Regina" "Register" "regina@register.com" + When the user fills name and email "Bibi" "Bloxgerg" "bibi@bloxberg.de" And the user agrees to the privacy policy And the user submits the registration form Then the user receives an e-mail containing the "activation" link diff --git a/e2e-tests/cypress/e2e/models/ProfilePage.ts b/e2e-tests/cypress/e2e/models/ProfilePage.ts index 4d5b98a53..5e76d0159 100644 --- a/e2e-tests/cypress/e2e/models/ProfilePage.ts +++ b/e2e-tests/cypress/e2e/models/ProfilePage.ts @@ -4,7 +4,7 @@ export class ProfilePage { // selectors openChangePassword = '[data-test=open-password-change-form]' oldPasswordInput = '#password-input-field' - newPasswordInput = '#new-password-input-field' + newPasswordInput = '#new-password-input-fieldX' newPasswordRepeatInput = '#repeat-new-password-input-field' submitNewPasswordBtn = '[data-test=submit-new-password-btn]'