You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to set preferences for the format of the notifications I receive, so that I can choose whether to receive emails, push notifications or other types of alerts. #14
Scenario: User wants to set notification preferences
Given the user has an account on the app
And the user is logged in
When the user navigates to their account settings
And the user selects "Notification Preferences"
And the user selects their preferred notification format (e.g., email, push notification, etc.)
And the user saves their preferences
Then the app should send notifications to the user using the preferred format
And the user should be able to change their notification preferences at any time and have the changes take effect immediately