Remove Twitter workaround (#28232)

Relates to #23252

Signed-off-by: Tomas Ondrusko <tondrusk@redhat.com>
(cherry picked from commit 3160116a56)
This commit is contained in:
Tomas Ondrusko
2024-03-27 10:34:26 +01:00
committed by Alexander Schwartz
parent 872695e3d4
commit fbe4e2c281

View File

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