Skip to content

Commit

Permalink
add testId
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 authored and kcinay055679 committed Nov 8, 2024
1 parent 6845883 commit f9a0720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h4 class="col-3">Massnahmen:</h4>

<ng-container actions>
<div class="col-auto">
<button mat-flat-button color="primary" mat-dialog-close>Schliessen</button>
<button [attr.data-testId]="'closeButton'" mat-flat-button color="primary" mat-dialog-close>Schliessen</button>
</div>
</ng-container>
</app-dialog-template-core>

0 comments on commit f9a0720

Please sign in to comment.