fix: admin permission snapshot

This commit is contained in:
Marc-Roig 2023-05-15 10:45:46 +02:00
parent 54153b8a58
commit be1ae166a1
No known key found for this signature in database
GPG Key ID: FB4E2C43A0BEE249

View File

@ -385,6 +385,12 @@ describe('Role CRUD End to End', () => {
"displayName": "Read",
"subCategory": "options",
},
{
"action": "admin::review-workflows.update",
"category": "review workflows",
"displayName": "Update",
"subCategory": "options",
},
{
"action": "admin::roles.create",
"category": "users and roles",