mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
add the access action to the e2e tests
This commit is contained in:
parent
6a88df20c4
commit
cce909d1ae
@ -790,6 +790,12 @@ describe('Role CRUD End to End', () => {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"settings": Array [
|
"settings": Array [
|
||||||
|
Object {
|
||||||
|
"action": "admin::api-tokens.access",
|
||||||
|
"category": "api tokens",
|
||||||
|
"displayName": "Access the API tokens settings page",
|
||||||
|
"subCategory": "api Tokens",
|
||||||
|
},
|
||||||
Object {
|
Object {
|
||||||
"action": "admin::api-tokens.create",
|
"action": "admin::api-tokens.create",
|
||||||
"category": "api tokens",
|
"category": "api tokens",
|
||||||
@ -1216,6 +1222,12 @@ describe('Role CRUD End to End', () => {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"settings": Array [
|
"settings": Array [
|
||||||
|
Object {
|
||||||
|
"action": "admin::api-tokens.access",
|
||||||
|
"category": "api tokens",
|
||||||
|
"displayName": "Access the API tokens settings page",
|
||||||
|
"subCategory": "api Tokens",
|
||||||
|
},
|
||||||
Object {
|
Object {
|
||||||
"action": "admin::api-tokens.create",
|
"action": "admin::api-tokens.create",
|
||||||
"category": "api tokens",
|
"category": "api tokens",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user