-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add login-screen.spec.js to oauth2 #1792
base: main
Are you sure you want to change the base?
Conversation
This might be failing because OAuth login is not currently working. #1518 |
@@ -15,9 +15,16 @@ describe('Login Screen Tests', () => { | |||
|
|||
it('should show an alert on log in failure', async () => { | |||
await navigateToLoginScreen(); | |||
<%_ if (authenticationTypeOauth2) { _%> |
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 looks like JWT logic rather than OAuth logic.
I don't think this will work because |
|
No description provided.