diff options
author | ikram <ikram@research.att.com> | 2020-07-22 10:28:15 -0400 |
---|---|---|
committer | ikram <ikram@research.att.com> | 2020-07-29 12:10:13 -0400 |
commit | 09a6562a16715a2b89be11c941486be783c72364 (patch) | |
tree | 1be9688b1cf602b3c2e07852bd15772db2f9a546 /vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts | |
parent | a643d19710317384571fb49f28d9de4f1a17778d (diff) |
Test Cases Addition and Fixes
Issue-ID: VID-858
Integration Tests are edited in this patch to support functionality in VID-858.
Signed-off-by: ikram <ikram@research.att.com>
Change-Id: I378cb2afd0f2c994a856ad31895cec3fca376b33
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.ts | 4 |
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]); } }); |