AS A user,
I WANT TO receive a welcome email when I create an account,
TO feel acknowledged and informed about my new account,
SO THAT I have a positive initial experience with the app.
SCENARIO: Successful Welcome Email Sending
GIVEN the user has successfully created an account,
WHEN the account creation process is complete,
THEN the SendGrid cloud function should send a welcome email to the user’s email address
WITHIN 5 seconds,
AND the user should see a text label on the sign-up screen instructing them to check their email for the welcome message.
AS A user, I WANT TO receive a welcome email when I create an account, TO feel acknowledged and informed about my new account, SO THAT I have a positive initial experience with the app.
SCENARIO: Successful Welcome Email Sending GIVEN the user has successfully created an account, WHEN the account creation process is complete, THEN the SendGrid cloud function should send a welcome email to the user’s email address WITHIN 5 seconds, AND the user should see a text label on the sign-up screen instructing them to check their email for the welcome message.