From: Amir Skalka Date: Fri, 25 Oct 2019 19:58:36 +0000 (+0300) Subject: Removed the line break before and after options over UI, X-Git-Tag: 6.0.1~235 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F97623%2F1;p=vid.git Removed the line break before and after options over UI, Added a 'version' field validation over the E2E test. Issue-ID: VID-691 Signed-off-by: Amir Skalka Change-Id: I52205e819a373458c47b8a48239c4bdb309a0bae --- diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html index d3cb239e6..1e06df262 100644 --- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html @@ -132,9 +132,7 @@ class="vnf-versions-select-as-text" id="{{vnfName['invariant-id']}}-target-version-select"> - + diff --git a/vid-automation/src/main/java/vid/automation/test/test/ChangeManagementTest.java b/vid-automation/src/main/java/vid/automation/test/test/ChangeManagementTest.java index ef13fcea5..351e5b03f 100644 --- a/vid-automation/src/main/java/vid/automation/test/test/ChangeManagementTest.java +++ b/vid-automation/src/main/java/vid/automation/test/test/ChangeManagementTest.java @@ -640,7 +640,8 @@ public class ChangeManagementTest extends VidBaseTestCase { "widgetData", ImmutableMap.builder() .put("vnfNames", ImmutableList.of(ImmutableMap.of( "id", vnfInstanceId, - "invariant-id", modelInvariantId + "invariant-id", modelInvariantId, + "version", "5.0" ))) .put("workflowParameters", emptyMap()) .put("subscriberId", "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb")