[ADF-5066] APS2 › Process List test need to be automated (#5441)

* [ADF-5066] APS2 › Process List test need to be automated

* fixed spell check error

* fixed errors

* taskname from resource

* fixed e2e

* fixed comments

* fixed declartions
This commit is contained in:
dhrn
2020-02-05 22:19:30 +05:30
committed by GitHub
parent a98249e07f
commit 4b1471d9c3
10 changed files with 196 additions and 10 deletions

View File

@@ -122,6 +122,9 @@ export const ACTIVITI_CLOUD_APPS: any = {
name: 'requirednumbervisibility'
}
},
tasks: {
processstring: 'inputtask'
},
security: [
{ 'role': 'ACTIVITI_ADMIN', 'groups': [], 'users': ['superadminuser'] },
{ 'role': 'ACTIVITI_USER', 'groups': ['hr', 'testgroup'], 'users': ['hruser'] },