mirror of
https://github.com/strapi/strapi.git
synced 2025-09-21 22:40:24 +00:00
Merge branch 'features/menu-logo' of https://github.com/strapi/strapi into menu-logo/form-init
This commit is contained in:
commit
e3fd6ec601
@ -335,6 +335,12 @@ describe('Role CRUD End to End', () => {
|
||||
"displayName": "Access the marketplace",
|
||||
"subCategory": "marketplace",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::project-settings.update",
|
||||
"category": "project",
|
||||
"displayName": "Update the project level settings",
|
||||
"subCategory": "general",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::roles.create",
|
||||
"category": "users and roles",
|
||||
@ -814,6 +820,12 @@ describe('Role CRUD End to End', () => {
|
||||
"displayName": "Access the marketplace",
|
||||
"subCategory": "marketplace",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::project-settings.update",
|
||||
"category": "project",
|
||||
"displayName": "Update the project level settings",
|
||||
"subCategory": "general",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::provider-login.read",
|
||||
"category": "single sign on",
|
||||
@ -1228,6 +1240,12 @@ describe('Role CRUD End to End', () => {
|
||||
"displayName": "Access the marketplace",
|
||||
"subCategory": "marketplace",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::project-settings.update",
|
||||
"category": "project",
|
||||
"displayName": "Update the project level settings",
|
||||
"subCategory": "general",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::roles.create",
|
||||
"category": "users and roles",
|
||||
|
Loading…
x
Reference in New Issue
Block a user