diff options
author | Rachitha Ramappa <rachitha.ramappa@att.com> | 2020-11-11 17:38:58 +0530 |
---|---|---|
committer | Ikram Ikramullah <ikram@research.att.com> | 2020-11-11 22:07:54 +0000 |
commit | 182d036de5a7d64250fc5058f3cf361b9d823282 (patch) | |
tree | b808088e81209c4b515ca7ae84f0ecbb23f6674d /vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts | |
parent | 7ac7c4e9d8df491fe1aca6782103592181ef6969 (diff) |
removing retain assignments checkbox from upgade vfModule screen
Change-Id: I7f28de1ebc34ae393828bf139716533248e8897a
Issue-ID: VID-922
Signed-off-by: rachitha.ramappa@att.com
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts index 2e6e800de..7f469d889 100644 --- a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts @@ -318,7 +318,7 @@ describe('View Edit Page: Upgrade VFModule', function () { .drawingBoardTreeClickOnContextMenuOptionByName("Upgrade"); // The following is needed when enabling FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS - cy.getElementByDataTestsId('retainAssignments').click(); + //cy.getElementByDataTestsId('retainAssignments').click(); if (shouldVGCheckboxExist) { cy.getElementByDataTestsId('retainVolumeGroups').click(); } |