diff options
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames/softDeleteAndResume.e2e.ts')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/softDeleteAndResume.e2e.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/softDeleteAndResume.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/softDeleteAndResume.e2e.ts index fccdd53c6..f390488a6 100644 --- a/vid-webpack-master/cypress/integration/iFrames/softDeleteAndResume.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/softDeleteAndResume.e2e.ts @@ -75,7 +75,7 @@ describe('Soft delete tests', function () { it(`Resume button display in orch status - pendingactivation, assigned - feature FLAG_VF_MODULE_RESUME_STATUS_CREATE - is OFF`, function () { - cy.readFile('cypress/support/jsonBuilders/mocks/jsons/flags.json').then(() => { + cy.readFile('cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json').then(() => { cy.server() .route({ method: 'GET', @@ -83,7 +83,6 @@ describe('Soft delete tests', function () { status : 200, url : Cypress.config('baseUrl') + "/flags**", response : { - "FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE": true, "FLAG_VF_MODULE_RESUME_STATUS_CREATE": false } }).as('initFlags'); |