From 63600cbfd177ece94e854446971d8e297e24d58f Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Tue, 7 Sep 2021 18:29:51 +0100 Subject: Add integration tests for the ETSI 2.5.1 Model Adds integration tests for the ETSI SOL001 2.5.1 Model, that Onboards and Import a VSP created for the model, and check the resulting VF. Change-Id: I02e6ae86a544d98298cc3e4b270a84fb794bd204 Issue-ID: SDC-3719 Signed-off-by: andre.schmid --- .../softwareProduct/creation/SoftwareProductCreationView.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openecomp-ui/src/sdc-app/onboarding') diff --git a/openecomp-ui/src/sdc-app/onboarding/softwareProduct/creation/SoftwareProductCreationView.jsx b/openecomp-ui/src/sdc-app/onboarding/softwareProduct/creation/SoftwareProductCreationView.jsx index 51e883427a..b52a18494c 100644 --- a/openecomp-ui/src/sdc-app/onboarding/softwareProduct/creation/SoftwareProductCreationView.jsx +++ b/openecomp-ui/src/sdc-app/onboarding/softwareProduct/creation/SoftwareProductCreationView.jsx @@ -387,7 +387,7 @@ const ModelSelection = ({ data-test-id="model-option-default" /> @@ -413,6 +413,7 @@ const ModelSelection = ({ onMultiSelectChanged={onSelectChanged} value={selectedModelList} clearable={true} + data-test-id="model-option-select" placeholder={i18n('vsp.model.select.label')} multi /> -- cgit 1.2.3-korg