make e2e tests fail for html report poc

This commit is contained in:
mahula 2023-07-05 21:18:11 +02:00
parent e29ca3249c
commit cecf18c358
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 "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

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-field'
newPasswordInput = '#new-password-input-fieldX'
newPasswordRepeatInput = '#repeat-new-password-input-field'
submitNewPasswordBtn = '[data-test=submit-new-password-btn]'