From 57ff885483788bab8b6421f594a8299e34af8304 Mon Sep 17 00:00:00 2001 From: Wiktor Danielewski <63188869+wiktord2000@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:11:58 +0200 Subject: [PATCH] [AAE-15988] Update About component (#8814) * [AAE-15988] Update About component * [AAE-15988] Add automationId to AboutPanel directive --- lib/core/src/lib/about/about-panel.directive.ts | 1 + lib/core/src/lib/about/about.component.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/src/lib/about/about-panel.directive.ts b/lib/core/src/lib/about/about-panel.directive.ts index 7287a62af4..4fa07887ce 100644 --- a/lib/core/src/lib/about/about-panel.directive.ts +++ b/lib/core/src/lib/about/about-panel.directive.ts @@ -22,6 +22,7 @@ import { ContentChild, Directive, Input, TemplateRef } from '@angular/core'; }) export class AboutPanelDirective { @Input() label!: string; + @Input() automationId: string; @ContentChild(TemplateRef) layoutTemplate!: TemplateRef; diff --git a/lib/core/src/lib/about/about.component.html b/lib/core/src/lib/about/about.component.html index 0b1b553532..7174cf8986 100644 --- a/lib/core/src/lib/about/about.component.html +++ b/lib/core/src/lib/about/about.component.html @@ -1,6 +1,6 @@ - + {{panel.label}}