aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts')
-rw-r--r--vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
index 4ececb03d..ecf1df5a8 100644
--- a/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
+++ b/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
@@ -261,6 +261,10 @@ describe('A la carte', function () {
const vfModule = vfModules[vfModulesName];
let vfModuleObject = vfModule[Object.keys(vfModule)[0]];
file.vnfs[vnfName].vfModules[vfModulesName][vfModulesName].action = "Create";
+ vfModuleObject.pauseInstantiation = null;
+ vfModuleObject.position = null;
+ file.vnfs[vnfName].vfModules[vfModulesName][vfModulesName].pauseInstantiation = null;
+ file.vnfs[vnfName].vfModules[vfModulesName][vfModulesName].position = null;
cy.deepCompare(vfModuleObject, file.vnfs[vnfName].vfModules[vfModulesName][vfModulesName]);
}
});