mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-20 14:19:13 -06:00
Fixes issue in login flow of SocialLoginTest#twitterLogin (#23122)
Co-authored-by: wojnarfilip <fwojnar@redhat.com>
(cherry picked from commit 56082cdd2d)
This commit is contained in:
committed by
Alexander Schwartz
parent
e5e010aa29
commit
a2197cc12d
@@ -387,6 +387,8 @@ public class SocialLoginTest extends AbstractKeycloakTest {
|
||||
public void twitterLogin() {
|
||||
setTestProvider(TWITTER);
|
||||
performLogin();
|
||||
navigateToLoginPage();
|
||||
assertUpdateProfile(false, false, true);
|
||||
appPage.assertCurrent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user