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 ENGR 216 student
So that I can view my performance
I want to be able to have an account to view past performance store history.
Scenario: Automatic Session TimeoutGiven the user is logged in
When the user has been inactive for 30 minutes
And the user attempts to access a protected page
Then the user should be redirected to the login page
And the user should see a message stating "Your session has expired"And after logging in, the user should return to their intended page
Scenario: Remember Me FunctionalityGiven the user has valid credentials
When the user navigates to login page
And the user enters their credentials
And the user checks the "Remember Me" box
Then the user should be logged in successfully
And the user's session should persist for 30 days
And subsequent visits should not require login within this period
The text was updated successfully, but these errors were encountered:
As a ENGR 216 student
So that I can view my performance
I want to be able to have an account to view past performance store history.
The text was updated successfully, but these errors were encountered: