Merge pull request #1989 from stianst/master
KEYCLOAK-2127 Re-enable set admin user with welcome page
This commit is contained in:
commit
30aaea73e4
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ public abstract class AbstractKeycloakTest {
|
||||||
|
|
||||||
driverSettings();
|
driverSettings();
|
||||||
|
|
||||||
|
if (!suiteContext.isAdminPasswordUpdated()) {
|
||||||
|
log.debug("updating admin password");
|
||||||
|
updateMasterAdminPassword();
|
||||||
|
suiteContext.setAdminPasswordUpdated(true);
|
||||||
|
}
|
||||||
|
|
||||||
importTestRealms();
|
importTestRealms();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue