Skip to content

Commit

Permalink
ACS-5183 Added automation ids
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Jul 18, 2023
1 parent a6bae20 commit e904ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
[matChipInputSeparatorKeyCodes]="separatorKeysCodes"
[attr.aria-label]="placeholder | translate"
(matChipInputTokenEnd)="add($event)"
(blur)="activeAnyOption = false">
(blur)="activeAnyOption = false"
data-automation-id="adf-search-chip-autocomplete-input">
</mat-chip-list>
<mat-autocomplete #auto="matAutocomplete" (optionSelected)="selected($event)" id="adf-search-chip-autocomplete"
(optionActivated)="activeAnyOption = true" (closed)="activeAnyOption = false">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
(keydown)="preventIncorrectNumberCharacters($event)"
id="adf-search-properties-file-size"
[placeholder]="'SEARCH.SEARCH_PROPERTIES.FILE_SIZE_PLACEHOLDER' | translate"
(blur)="clearNumberFieldWhenInvalid($event)" />
(blur)="clearNumberFieldWhenInvalid($event)"
data-automation-id="adf-search-properties-file-size-input" />
<mat-form-field class="adf-search-properties-file-size-unit">
<mat-select
[formControl]="form.controls.fileSizeUnit"
Expand Down

0 comments on commit e904ebe

Please sign in to comment.