gradido/e2e-tests/cypress/e2e/User.Registration.feature

14 lines
595 B
Gherkin

Feature: User registration
As a user
I want to register to create an account
Scenario: Register successfully
Given the user navigates to page "/register"
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
When the user opens the activation link in the browser
Then the user can set a password "Aa12345_"
And the user can login with the credentials "regina@register.com" "Aa12345_"