register-user-profile.ftl tested working

This commit is contained in:
garronej
2021-10-12 02:09:09 +02:00
parent e3df4b83eb
commit 57932386bf
2 changed files with 7 additions and 15 deletions

View File

@ -21,7 +21,7 @@ export const kcContextCommonMock: KcContextBase.Common = {
"displayName": "myrealm",
"displayNameHtml": "myrealm",
"internationalizationEnabled": true,
"registrationEmailAsUsername": true,
"registrationEmailAsUsername": false,
},
"messagesPerField": {
"printIfExists": (...[, x]) => x,
@ -185,7 +185,6 @@ export const kcContextMocks: KcContextBase[] = [
id<KcContextBase.RegisterUserProfile>({
"pageId": "register-user-profile.ftl",
...registerCommon,
"profile": {
"context": "REGISTRATION_PROFILE" as const,
...(() => {