From 75cfc6b2eb67ede9e1d0d69ba1c411b534df9000 Mon Sep 17 00:00:00 2001 From: KrupaNagabhushan Date: Wed, 21 Apr 2021 16:18:12 +0100 Subject: Integration Tests - Add inputs to a base service Issue-ID: SDC-3609 Signed-off-by: KrupaNagabhushan Change-Id: Iaf281999d29317e5c8caff2f2da765551571dc0f --- .../properties-assignment/properties-assignment.page.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src') diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html index 46e4d47339..8847e96d18 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html @@ -79,7 +79,7 @@ *ngIf="isPropertiesTabSelected && !isSelf()" [disabled]="checkedPropertiesCount != 1 || isReadonly || hasChangedData" class="tlv-btn blue declare-button" - data-tests-id="declare-button declare-input">{{btnSelectInputText}} + data-tests-id="declare-button select-input">{{btnSelectInputText}} -- cgit 1.2.3-korg