Open jacksonjperry03 opened 8 months ago
SCENARIO: Creating an Account Successfully
GIVEN the user is on the app's landing page,
WHEN they click on the "Sign Up" button,
AND they fill out the required fields with valid information,
THEN they should receive a confirmation email with an activation link within 1 minute
AND they should be redirected to their newly created profile page within 5 seconds.
SCENARIO: Creating an Account with Invalid Information
GIVEN the user is on the sign-up page,
WHEN they submit the form with invalid or incomplete information,
AND they click the "Sign Up" button,
THEN they should receive an error message indicating the issues with their input within 3 seconds
AND they should be prompted to correct their mistakes before resubmitting the form.
As a potential user, Instead of having no access to the app and its features, I want to create an account quickly and easily in a few simple steps so that I can start interacting with app content without any hassle.