mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
refactor e2e test register scenario
This commit is contained in:
parent
2ded17348a
commit
77ee852c1a
@ -9,5 +9,9 @@ Feature: User registration
|
|||||||
And the user submits the registration form
|
And the user submits the registration form
|
||||||
Then the user receives an e-mail containing the activation link
|
Then the user receives an e-mail containing the activation link
|
||||||
When the user opens the activation link in the browser
|
When the user opens the activation link in the browser
|
||||||
Then the user can set a password "Aa12345_"
|
And the user enters the password "12345Aa_"
|
||||||
And the user can login with the credentials "regina@register.com" "Aa12345_"
|
And the user repeats the password "12345Aa_"
|
||||||
|
And the user submits the password form
|
||||||
|
And the user clicks the sign in button
|
||||||
|
Then the user submits the credentials "regina@register.com" "12345Aa_"
|
||||||
|
And the user is logged in with username "Regina Register"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user