add the access action to the e2e tests

This commit is contained in:
Simone Taeggi 2022-08-25 10:00:52 +02:00
parent 6a88df20c4
commit cce909d1ae

View File

@ -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",