aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/src/sdc-app/onboarding/softwareProduct
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2021-09-07 18:29:51 +0100
committerMichael Morris <michael.morris@est.tech>2021-09-15 12:50:21 +0000
commit63600cbfd177ece94e854446971d8e297e24d58f (patch)
treed9dd39708a1ff6027493e13a67e5a7ab42b47a43 /openecomp-ui/src/sdc-app/onboarding/softwareProduct
parent559fa3bfa61fb35a2e718c746e762d78516ead32 (diff)
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 <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/src/sdc-app/onboarding/softwareProduct')
-rw-r--r--openecomp-ui/src/sdc-app/onboarding/softwareProduct/creation/SoftwareProductCreationView.jsx5
1 files changed, 3 insertions, 2 deletions
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"
/>
<Input
- label={i18n('vsp.model.select.label')}
+ label={i18n('vsp.model.select.other.label')}
checked={modelOption === ModelOption.SELECTED}
isValid={genericFieldInfo.modelOption.isValid}
errorText={genericFieldInfo.modelOption.errorText}
@@ -398,7 +398,7 @@ const ModelSelection = ({
)
}
type="radio"
- data-test-id="model-option-selected"
+ data-test-id="model-option-other"
groupClassName="no-bottom-margin"
/>
</GridItem>
@@ -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
/>