-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prmdr 452: Back button functionality on the search screens #150
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been dicussed and a new ticket to check if a user has an existing JWT before forwarding to the login handler will be done at a future date. |
A fix for this issue is in a new ticket
|
||
describe('BackButton', () => { | ||
it('navigates to previous page when clicking the back button', async () => { | ||
it('navigates to previous page when clicking the back buttonand not on the search pages', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
Start the login process when the user clicks the back button whilst on the search screen.
If the user is not on the search screen, the back button should take them back one page.