mirror of
https://github.com/strapi/strapi.git
synced 2025-12-04 02:51:26 +00:00
update e2e failing snapshot
This commit is contained in:
parent
e0d84672c6
commit
cb0bacbfe9
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user