zoe92300 / TodoApp-FlutterFlow

0 stars 0 forks source link

US6 : MailTrap #19

Open zoe92300 opened 4 hours ago

zoe92300 commented 4 hours ago

AS A new user, I WANT TO receive a welcome email after creating an account, TO feel acknowledged by the app, SO THAT I know my registration was successful and that I can start using the app.

SCENARIO: Successful Welcome Email Delivery GIVEN the user has successfully created an account, WHEN the account creation process is complete, THEN a welcome email should be sent to the user’s registered email address WITHIN 30 seconds, AND the email should contain a greeting and basic information about how to use the app.

SCENARIO: Display Confirmation Message on UI GIVEN the user has clicked the "Sign Up" button and their account is being created, WHEN the account creation is successful, THEN a label should appear on the screen stating "Check your email for a welcome message" WITHIN 1 second.