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
[Platform] [User Notifications] As a user, I want to authenticate/login to the platform, so that I can receive personalized notifications tied to my account.
#164
1.1. User navigates to the login page.
1.2. User enters their username/email and password.
1.3. User clicks on the login button.
1.4. Platform verifies the entered credentials.
1.5. If credentials are correct, the platform logs the user in and redirects to the dashboard.
1.6. If credentials are incorrect, the platform displays an error message and prompts the user to retry or reset their password.
1.7. If credentials are correct, the user logs in and can check the personalized Notifications.
Acceptance Criteria
Scenario: User logs in to the platform
Given a user navigates to the login page
When the user enters their username/email and password
And the user clicks on the login button
Then the platform verifies the entered credentials
And if the credentials are correct, the platform logs the user in and redirects to the dashboard
And if the credentials are incorrect, the platform displays an error message and prompts the user to retry or reset their password
The text was updated successfully, but these errors were encountered:
zar92
changed the title
backedn
[Platform] [User Notifications] As a user, I want to authenticate/login to the platform, so that I can receive personalized notifications tied to my account.
Apr 26, 2024
User Behavior Description
1.1. User navigates to the login page.
1.2. User enters their username/email and password.
1.3. User clicks on the login button.
1.4. Platform verifies the entered credentials.
1.5. If credentials are correct, the platform logs the user in and redirects to the dashboard.
1.6. If credentials are incorrect, the platform displays an error message and prompts the user to retry or reset their password.
1.7. If credentials are correct, the user logs in and can check the personalized Notifications.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: