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:
Erik Jan de Wit 2024-12-05 15:42:29 +01:00 committed by GitHub
parent 9ab5575959
commit dcea22bf36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();