From fa3b8dd14261ea966e14578c599f7299766db15f Mon Sep 17 00:00:00 2001 From: Nevio Di Gennaro Date: Thu, 21 Nov 2024 15:42:43 +0100 Subject: [PATCH] reaad testId to help-button --- .../application-top-bar/application-top-bar.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/application-top-bar/application-top-bar.component.html b/frontend/src/app/components/application-top-bar/application-top-bar.component.html index 0962f37ebd..4d764f97ea 100644 --- a/frontend/src/app/components/application-top-bar/application-top-bar.component.html +++ b/frontend/src/app/components/application-top-bar/application-top-bar.component.html @@ -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')" >