You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user
I want to be able to change my name and email address
So that I could update my details in case they've changed
Acceptance Criteria
Given that I go to the website
When I login
Then there should be a link in the navbar to Settings
When I click the settings link
Then I should navigate to the settings page
When I navigate to the settings page
Then there should be a form that allows me to update my name and email
When I update my name
Then my name should be updated throughout the website
When I update my email incorrectly
Then I should receive errors if the email format is invalid or if the email already exists
When I update my email correctly
Then I should receive a verification email
When I click the verification link in the email
Then my email address should be up to date
When I try to login with this new email address
Then the login should be successful
The text was updated successfully, but these errors were encountered:
User Story
As a user
I want to be able to change my name and email address
So that I could update my details in case they've changed
Acceptance Criteria
Given that I go to the website
When I login
Then there should be a link in the navbar to Settings
When I click the settings link
Then I should navigate to the settings page
When I navigate to the settings page
Then there should be a form that allows me to update my name and email
When I update my name
Then my name should be updated throughout the website
When I update my email incorrectly
Then I should receive errors if the email format is invalid or if the email already exists
When I update my email correctly
Then I should receive a verification email
When I click the verification link in the email
Then my email address should be up to date
When I try to login with this new email address
Then the login should be successful
The text was updated successfully, but these errors were encountered: