Revert "make e2e tests fail for html report poc"

This reverts commit cecf18c3582ce8fd21d86403ff224b45cc266d14.
This commit is contained in:
mahula 2023-07-06 09:50:59 +02:00
parent 515663146f
commit 274db394fa
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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]'