diff --git a/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html b/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html
index 503348930..3f221ac18 100644
--- a/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html
+++ b/pmp-ui/src/app/features/resources/shared/dialog/dialog.component.html
@@ -14,6 +14,7 @@
{{ "filters.titleTxt" | translate }}
matInput
placeholder="{{ filter.filterlabel[primaryLangCode] }}"
formControlName="{{ filter.filtername }}"
+ id="{{filter.filtername}}"
(focus)="
getControlName(
filter,
@@ -28,7 +29,7 @@ {{ "filters.titleTxt" | translate }}
"
[matAutocomplete]="auto"
/>
-
+
@@ -53,6 +54,7 @@ {{ "filters.titleTxt" | translate }}
[matDatepicker]="picker"
placeholder="{{ filter.filterlabel[primaryLangCode] }}"
formControlName="{{ filter.filtername }}"
+ id="{{filter.filtername}}"
(focus)="
getControlName(
filter,
@@ -72,6 +74,7 @@ {{ "filters.titleTxt" | translate }}
matInput
placeholder="{{ filter.filterlabel[primaryLangCode] }}"
formControlName="{{ filter.filtername }}"
+ id="{{filter.filtername}}"
(focus)="
getControlName(
filter,
@@ -95,6 +98,7 @@ {{ "filters.titleTxt" | translate }}
{{ filter.filterlabel[primaryLangCode] }}
{{ "filters.titleTxt" | translate }}
mat-button
class="footer-button"
style="color: #FF4081; border: inherit"
+ id="reset"
>
{{ "filters.titleTxt" | translate }}
class="footer-button"
(click)="onNoClick()"
style="color: #FF4081; background-color: white;"
+ id="cancel"
>
{{ "filters.footerButtons.cancelTxt" | translate }}
@@ -152,6 +158,7 @@ {{ "filters.titleTxt" | translate }}
mat-button
class="footer-button"
style="background-color:#FF4081; color:white;"
+ id="applyTxt"
>
{{ "filters.footerButtons.applyTxt" | translate }}
@@ -180,6 +187,7 @@ {{ "filters.titleTxt" | translate }}
mat-button
[mat-dialog-close]="confirm"
cdkFocusInitial
+ id="confirmpopup"
>
{{ input.yesBtnTxt }}
{{ "filters.titleTxt" | translate }}