[ADF-3596]Create automated tests for start process (#3834)

* Add automated tests for Start a process

* Deleted a shadow variable.

* Fixing a test

* Modified the testrail ID of two tests.

* Resolve lint errors.
This commit is contained in:
cristinaj
2018-09-28 12:29:33 +03:00
committed by Eugenio Romano
parent 711d51dd1d
commit 80e0a966ad
4 changed files with 154 additions and 20 deletions

View File

@@ -20,10 +20,12 @@
matInput
[formControl]="processDefinitionInput"
[matAutocomplete]="auto"
id="processDefinitionName"
#inputAutocomplete>
<div class="adf-process-input-autocomplete">
<mat-autocomplete
#auto="matAutocomplete"
id="processDefinitionOptions"
[displayWith]="displayFn">
<mat-option *ngFor="let processDef of filteredProcesses | async" [value]="processDef.name">
{{ processDef.name }}