From 92a380e5856be904b064a9136f93b4b45ec93834 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 5 May 2021 10:52:16 +0100 Subject: Increase Import VFC UI test coverage Change-Id: Ie51411304fefe6b8ee3aa437b980f1e12bbc4707 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3566 --- .../attributes/attribute-modal.component.html | 35 +++++++++++----------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'catalog-ui/src/app/ng2/pages/workspace/attributes/attribute-modal.component.html') diff --git a/catalog-ui/src/app/ng2/pages/workspace/attributes/attribute-modal.component.html b/catalog-ui/src/app/ng2/pages/workspace/attributes/attribute-modal.component.html index 094045e8b4..590217d0a5 100644 --- a/catalog-ui/src/app/ng2/pages/workspace/attributes/attribute-modal.component.html +++ b/catalog-ui/src/app/ng2/pages/workspace/attributes/attribute-modal.component.html @@ -5,14 +5,14 @@
+ #attributeName + label="Name" + [required]="true" + [(value)]="attributeToEdit.name" + [disabled]="isEdit" + name="attributeName" + testId="attributeName" + [maxLength]="255"> @@ -38,6 +38,7 @@ @@ -48,15 +49,15 @@
+ #_default + [required]="false" + label="Default Value" + [(value)]="attributeToEdit._default" + [disabled]="false" + name="_default" + testId="defaultValue" + [maxLength]="255" + (valueChange)="defaultValueChanged()"> -- cgit 1.2.3-korg