AS AN owner,
I WANT TO send an email to new users after they hit the "Sign-Up" button,
TO make new users feel welcome
SO THAT I can stay connected to my user base.
SCENARIO: Successful Sign-Up
GIVEN the user is on the Sign-Up screen of the ToDo List app,
WHEN the user enters a valid email address and strong password,
AND clicks the "Sign-Up" button,
THEN the user should be redirected to the main to-do list screen
WITHIN 2 seconds,
AND a popup should appear telling the user to check their email for a welcome message
WITHIN 3 seconds.
AS AN owner, I WANT TO send an email to new users after they hit the "Sign-Up" button, TO make new users feel welcome SO THAT I can stay connected to my user base.
SCENARIO: Successful Sign-Up GIVEN the user is on the Sign-Up screen of the ToDo List app, WHEN the user enters a valid email address and strong password, AND clicks the "Sign-Up" button, THEN the user should be redirected to the main to-do list screen WITHIN 2 seconds, AND a popup should appear telling the user to check their email for a welcome message WITHIN 3 seconds.