From 274db394fae52ab598617dcadc27d4b5172835fe Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 6 Jul 2023 09:50:59 +0200 Subject: [PATCH] Revert "make e2e tests fail for html report poc" This reverts commit cecf18c3582ce8fd21d86403ff224b45cc266d14. --- e2e-tests/cypress/e2e/User.Registration.feature | 2 +- e2e-tests/cypress/e2e/models/ProfilePage.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/cypress/e2e/User.Registration.feature b/e2e-tests/cypress/e2e/User.Registration.feature index 264c94704..a50d57ea2 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 "Bibi" "Bloxgerg" "bibi@bloxberg.de" + When the user fills name and email "Regina" "Register" "regina@register.com" 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 5e76d0159..4d5b98a53 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-fieldX' + newPasswordInput = '#new-password-input-field' newPasswordRepeatInput = '#repeat-new-password-input-field' submitNewPasswordBtn = '[data-test=submit-new-password-btn]'