Flaky test: org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordLink

Closes #21422

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
This commit is contained in:
Douglas Palmer 2024-04-17 22:25:58 -07:00 committed by Alexander Schwartz
parent 7f74286106
commit 00d4cab55e

View file

@ -163,6 +163,7 @@ public class ResetPasswordTest extends AbstractTestRealmKeycloakTest {
openResetPasswordUrlAndDoFlow(resetUri, "account", oauth.AUTH_SERVER_ROOT + "/realms/test/account/");
AccountHelper.logout(testRealm(), username);
WaitUtils.waitForPageToLoad();
TestAppHelper testAppHelper = new TestAppHelper(oauth, loginPage, appPage);
testAppHelper.login(username, "resetPassword");