Merge branch 'features/menu-logo' of https://github.com/strapi/strapi into menu-logo/form-init

This commit is contained in:
ronronscelestes 2022-03-31 10:09:48 +02:00
commit e3fd6ec601

View File

@ -335,6 +335,12 @@ describe('Role CRUD End to End', () => {
"displayName": "Access the marketplace", "displayName": "Access the marketplace",
"subCategory": "marketplace", "subCategory": "marketplace",
}, },
Object {
"action": "admin::project-settings.update",
"category": "project",
"displayName": "Update the project level settings",
"subCategory": "general",
},
Object { Object {
"action": "admin::roles.create", "action": "admin::roles.create",
"category": "users and roles", "category": "users and roles",
@ -814,6 +820,12 @@ describe('Role CRUD End to End', () => {
"displayName": "Access the marketplace", "displayName": "Access the marketplace",
"subCategory": "marketplace", "subCategory": "marketplace",
}, },
Object {
"action": "admin::project-settings.update",
"category": "project",
"displayName": "Update the project level settings",
"subCategory": "general",
},
Object { Object {
"action": "admin::provider-login.read", "action": "admin::provider-login.read",
"category": "single sign on", "category": "single sign on",
@ -1228,6 +1240,12 @@ describe('Role CRUD End to End', () => {
"displayName": "Access the marketplace", "displayName": "Access the marketplace",
"subCategory": "marketplace", "subCategory": "marketplace",
}, },
Object {
"action": "admin::project-settings.update",
"category": "project",
"displayName": "Update the project level settings",
"subCategory": "general",
},
Object { Object {
"action": "admin::roles.create", "action": "admin::roles.create",
"category": "users and roles", "category": "users and roles",