Skip to content

Commit

Permalink
[AAE-4823] Add resources used in e2e tests in ADW
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunter authored and cristinaj committed Mar 25, 2021
1 parent 6ec9833 commit 1b2ac0e
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@
"name": "outputform"
},
"exclusiveconditionform": {
"name": "exclusive-condition-form"
"name": "exclusive-condition-form",
"widgets": {
"exclusiveCondition": "exclusiveCondition"
}
},
"uploadlocalfileform": {
"name": "upload-localfile-form"
Expand Down Expand Up @@ -303,7 +306,12 @@
"salesUserTask": "salesuser task",
"hrUserTask": "hruser task",
"attachLocalFile": "attach local file",
"userTaskToShowRestResult": "UserTaskToShowRestResult"
"userTaskToShowRestResult": "UserTaskToShowRestResult",
"conditionTask": "ConditionTask",
"userTask": "UserTask",
"terminateTask": "TerminateTask",
"mainTask": "MainTask",
"followingTask": "FollowingTask"
},
"security": [
{
Expand Down

0 comments on commit 1b2ac0e

Please sign in to comment.