update e2e failing snapshot

This commit is contained in:
Simone Taeggi 2022-09-07 18:58:42 +02:00
parent e0d84672c6
commit cb0bacbfe9

View File

@ -323,6 +323,12 @@ describe('Role CRUD End to End', () => {
"displayName": "Update", "displayName": "Update",
"subCategory": "general", "subCategory": "general",
}, },
{
"action": "admin::api-tokens.regenerate",
"category": "api tokens",
"displayName": "Regenerate",
"subCategory": "general",
},
{ {
"action": "admin::marketplace.plugins.install", "action": "admin::marketplace.plugins.install",
"category": "plugins and marketplace", "category": "plugins and marketplace",
@ -789,14 +795,14 @@ describe('Role CRUD End to End', () => {
"subCategory": "roles", "subCategory": "roles",
}, },
], ],
"settings": Array [ "settings": [
Object { {
"action": "admin::api-tokens.access", "action": "admin::api-tokens.access",
"category": "api tokens", "category": "api tokens",
"displayName": "Access the API tokens settings page", "displayName": "Access the API tokens settings page",
"subCategory": "api Tokens", "subCategory": "api Tokens",
}, },
Object { {
"action": "admin::api-tokens.create", "action": "admin::api-tokens.create",
"category": "api tokens", "category": "api tokens",
"displayName": "Create (generate)", "displayName": "Create (generate)",
@ -1252,6 +1258,12 @@ describe('Role CRUD End to End', () => {
"displayName": "Update", "displayName": "Update",
"subCategory": "general", "subCategory": "general",
}, },
Object {
"action": "admin::api-tokens.regenerate",
"category": "api tokens",
"displayName": "Regenerate",
"subCategory": "general",
},
Object { Object {
"action": "admin::marketplace.plugins.install", "action": "admin::marketplace.plugins.install",
"category": "plugins and marketplace", "category": "plugins and marketplace",