mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
711d51dd1d
commit
80e0a966ad
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user