This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Description 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:
What I can teach (teach)
What I want to learn (learn)
How frequently I want to commit to meeting (frequency)
How long I want to commit to meeting (duration)
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:
What I can teach (teach)
What I want to learn (learn)
How frequently I want to commit to meeting (frequency)
How long I want to commit to meeting (duration)
WHEN I save my details
THEN they are updated and stored in the system.
Reactions are currently unavailable
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.