mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
make e2e tests fail for html report poc
This commit is contained in:
parent
e29ca3249c
commit
cecf18c358
@ -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
|
||||
|
||||
@ -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]'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user