@web
Feature: Register
Description: New user register by email, social media
File name: register.feature
Relative path: features/register.feature
@web
Scenario: After registration, user can access account settings with email and creation date
Before
00:00:00.007
Given
I am on the register page
00:00:01.321
When
I fill in the registration form with [random user name]@greenstand.org password: Abcde123$
00:00:23.330
And
I click on the register button
00:00:06.493
Then
I should see a confirmation message
00:00:01.592
When
I click the settings nav icon
00:00:02.611
Then
the user is on the settings page
00:00:02.082
When
I click the Account item
00:00:03.462
Then
the user is on the account page
00:00:02.887
And
account email is displayed
00:00:02.709
And
a "Member since" date is shown
00:00:03.239
When
I click the security link
00:00:04.731
Then
a new tab opens to the Keycloak account console
00:00:08.190
When
I click the logout button
00:00:01.777
Then
the user is redirected to the login page
00:00:18.519