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
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
As a new user
I want to create a profile for myself
So that I can introduce myself to the other members of the mentorship programme
Scenario 1: The one where... I view my profile details - Happy Path
GIVEN I have registered for the site
And I am logged in
WHEN I select to edit my profile
THEN I can see fields for the following details:
And my details are displayed
Scenario 2: The one where... I edit my profile details - Happy Path
GIVEN I have registered for the site
And I am logged in
And I select to edit my profile
And enter my details for the following fields:
WHEN I save my details
THEN they are updated and stored in the system.