merge from ecomp a88f0072 - Modern UI

Issue-ID: VID-378
Change-Id: Ibcb23dd27f550cf32ce2fe0239f0f496ae014ff6
Signed-off-by: Ittay Stern <ittay.stern@att.com>
diff --git a/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts b/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts
index af12dfb..3c67112 100644
--- a/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts
+++ b/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts
@@ -23,5 +23,19 @@
   vfModules: Object;
   volumeGroups: Object;
   pnfs:Object;
+  vnfGroups: Object;
+
+  constructor(){
+    this.service = <any>{};
+    this.vnfs = {};
+    this.networks= {};
+    this.collectionResource = {};
+    this.configurations = {};
+    this.serviceProxies = {};
+    this.vfModules = {};
+    this.volumeGroups = {};
+    this.pnfs = {};
+    this.vnfGroups = {};
+  }
 
 }