Flaky test: org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordLink
Closes #21422 Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
This commit is contained in:
parent
7f74286106
commit
00d4cab55e
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue