mirror of
https://github.com/strapi/strapi.git
synced 2025-12-12 23:44:08 +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",
|
||||
"subCategory": "general",
|
||||
},
|
||||
Object {
|
||||
"action": "plugins::email.settings.read",
|
||||
"category": "email",
|
||||
"displayName": "Access the Email Settings page",
|
||||
"subCategory": "general",
|
||||
},
|
||||
Object {
|
||||
"action": "plugins::upload.settings.read",
|
||||
"category": "media library",
|
||||
@ -906,6 +912,12 @@ describe('Role CRUD End to End', () => {
|
||||
"displayName": "Update",
|
||||
"subCategory": "general",
|
||||
},
|
||||
Object {
|
||||
"action": "plugins::email.settings.read",
|
||||
"category": "email",
|
||||
"displayName": "Access the Email Settings page",
|
||||
"subCategory": "general",
|
||||
},
|
||||
Object {
|
||||
"action": "plugins::upload.settings.read",
|
||||
"category": "media library",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user