From d21551443281955928db9b72e2b14debc301912a Mon Sep 17 00:00:00 2001 From: Sara Weiss Date: Tue, 26 Nov 2019 11:46:42 +0200 Subject: Replace vfmodule: add retainVolumeGroup to new upgrade modal Issue-ID: VID-603 Change-Id: I1994d4464172613294198e21a77f31b752211888 Signed-off-by: Sara Weiss Signed-off-by: Eylon Malin --- .../cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-webpack-master/cypress/integration') diff --git a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts index 46e5fad44..97eadabcb 100644 --- a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts @@ -219,6 +219,7 @@ describe('View Edit Page: Upgrade VFModule', function () { // The following is needed when enabling FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS cy.getElementByDataTestsId('retainAssignments').click(); + cy.getElementByDataTestsId('retainVolumeGroups').click(); cy.screenshot(); cy.getElementByDataTestsId('form-set').click(); } -- cgit 1.2.3-korg