mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
move to another realm and then back (#35665)
fixes: #35664 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
9ab5575959
commit
dcea22bf36
@ -124,6 +124,7 @@ describe("Realm tests", () => {
|
||||
it("should create realm with special characters", () => {
|
||||
sidebarPage.goToCreateRealm();
|
||||
createRealmPage.fillRealmName(specialCharsName).createRealm();
|
||||
sidebarPage.goToRealm("master");
|
||||
|
||||
sidebarPage.goToRealm(specialCharsName);
|
||||
sidebarPage.goToClients();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user