Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewing Suggested Feedback from a Student Submission of a Problem #2

Open
nicktnc244 opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@nicktnc244
Copy link
Collaborator

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 Timeout
Given 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 Functionality
Given 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant