diff options
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames/vnfGroups.e2e.ts')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/vnfGroups.e2e.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/vnfGroups.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/vnfGroups.e2e.ts index f9c188bd7..cd21f4e54 100644 --- a/vid-webpack-master/cypress/integration/iFrames/vnfGroups.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/vnfGroups.e2e.ts @@ -81,11 +81,11 @@ describe('Vnf Groups', function () { serviceModel = res; }); - cy.readFile('./cypress/support/jsonBuilders/mocks/jsons/vnfGroupBasicServiceInstance.json').then((res) => { + cy.readFile('cypress/support/jsonBuilders/mocks/jsons/vnfGroupBasicServiceInstance.json').then((res) => { basicServiceInstance = res; }); - cy.readFile('/cypress/support/jsonBuilders/mocks/jsons/emptyServiceRedux.json').then((reduxRes) => { + cy.readFile('cypress/support/jsonBuilders/mocks/jsons/emptyServiceRedux.json').then((reduxRes) => { reduxRes.service.serviceHierarchy[SERVICE_MODEL_ID] = serviceModel; reduxRes.service.serviceInstance[SERVICE_MODEL_ID] = basicServiceInstance; @@ -137,11 +137,11 @@ describe('Vnf Groups', function () { serviceModel = res; }); - cy.readFile('./cypress/support/jsonBuilders/mocks/jsons/vnfGroupBasicServiceInstance.json').then((res) => { + cy.readFile('cypress/support/jsonBuilders/mocks/jsons/vnfGroupBasicServiceInstance.json').then((res) => { basicServiceInstance = res; }); - cy.readFile('/cypress/support/jsonBuilders/mocks/jsons/emptyServiceRedux.json').then((reduxRes) => { + cy.readFile('cypress/support/jsonBuilders/mocks/jsons/emptyServiceRedux.json').then((reduxRes) => { reduxRes.service.serviceHierarchy[SERVICE_MODEL_ID] = serviceModel; reduxRes.service.serviceInstance[SERVICE_MODEL_ID] = basicServiceInstance; @@ -696,7 +696,7 @@ describe('Vnf Groups', function () { ) }); - cy.readFile('/cypress/support/jsonBuilders/mocks/jsons/emptyServiceRedux.json').then((reduxRes) => { + cy.readFile('cypress/support/jsonBuilders/mocks/jsons/emptyServiceRedux.json').then((reduxRes) => { reduxRes.service.serviceHierarchy[SERVICE_MODEL_ID] = serviceModel; |