mirror of
https://github.com/strapi/strapi.git
synced 2025-12-16 17:53:53 +00:00
fix test (#9637)
This commit is contained in:
parent
f6285fff2f
commit
44e4cb2c37
@ -620,6 +620,12 @@ describe('Role CRUD End to End', () => {
|
|||||||
"displayName": "Update",
|
"displayName": "Update",
|
||||||
"subCategory": "general",
|
"subCategory": "general",
|
||||||
},
|
},
|
||||||
|
Object {
|
||||||
|
"action": "plugins::email.settings.read",
|
||||||
|
"category": "email",
|
||||||
|
"displayName": "Access the Email Settings page",
|
||||||
|
"subCategory": "general",
|
||||||
|
},
|
||||||
Object {
|
Object {
|
||||||
"action": "plugins::upload.settings.read",
|
"action": "plugins::upload.settings.read",
|
||||||
"category": "media library",
|
"category": "media library",
|
||||||
@ -906,6 +912,12 @@ describe('Role CRUD End to End', () => {
|
|||||||
"displayName": "Update",
|
"displayName": "Update",
|
||||||
"subCategory": "general",
|
"subCategory": "general",
|
||||||
},
|
},
|
||||||
|
Object {
|
||||||
|
"action": "plugins::email.settings.read",
|
||||||
|
"category": "email",
|
||||||
|
"displayName": "Access the Email Settings page",
|
||||||
|
"subCategory": "general",
|
||||||
|
},
|
||||||
Object {
|
Object {
|
||||||
"action": "plugins::upload.settings.read",
|
"action": "plugins::upload.settings.read",
|
||||||
"category": "media library",
|
"category": "media library",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user