mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +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 [
|
||||
Object {
|
||||
"action": "admin::api-tokens.access",
|
||||
"category": "api tokens",
|
||||
"displayName": "Access the API tokens settings page",
|
||||
"subCategory": "api Tokens",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::api-tokens.create",
|
||||
"category": "api tokens",
|
||||
@ -1216,6 +1222,12 @@ describe('Role CRUD End to End', () => {
|
||||
},
|
||||
],
|
||||
"settings": Array [
|
||||
Object {
|
||||
"action": "admin::api-tokens.access",
|
||||
"category": "api tokens",
|
||||
"displayName": "Access the API tokens settings page",
|
||||
"subCategory": "api Tokens",
|
||||
},
|
||||
Object {
|
||||
"action": "admin::api-tokens.create",
|
||||
"category": "api tokens",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user