Remove Twitter workaround (#28232)

Relates to #23252

Signed-off-by: Tomas Ondrusko <tondrusk@redhat.com>
This commit is contained in:
Tomas Ondrusko 2024-03-27 10:34:26 +01:00 committed by GitHub
parent be32f8b1bf
commit 3160116a56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -389,7 +389,6 @@ public class SocialLoginTest extends AbstractKeycloakTest {
public void twitterLogin() {
setTestProvider(TWITTER);
performLogin();
navigateToLoginPage();
assertUpdateProfile(false, false, true);
appPage.assertCurrent();
}