Skip to content

Commit

Permalink
reaad testId to help-button
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Nov 21, 2024
1 parent 51f0b55 commit fa3b8dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*ngIf="this.helpSiteUrl | async as helpSiteUrl"
id="hilfeButton"
class="topBarEntry btn"
[attr.data-testId]="'help-button'"
(click)="window.open(helpSiteUrl, '_blank')"
>
<mat-icon aria-hidden="false" aria-label="Help icon" fontIcon="help_outline"></mat-icon>
Expand Down

0 comments on commit fa3b8dd

Please sign in to comment.