commit | d21551443281955928db9b72e2b14debc301912a | [log] [tgz] |
---|---|---|
author | Sara Weiss <sara.weiss@intl.att.com> | Tue Nov 26 11:46:42 2019 +0200 |
committer | Eylon Malin <eylon.malin@intl.att.com> | Tue Nov 26 12:39:34 2019 +0200 |
tree | fcc43ec59852ce8651d657fd43b1beb89762da8d | |
parent | a6b33add4f81a2c70aaf6172dd7184eeb8fb323d [diff] [blame] |
Replace vfmodule: add retainVolumeGroup to new upgrade modal Issue-ID: VID-603 Change-Id: I1994d4464172613294198e21a77f31b752211888 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
diff --git a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts index 46e5fad..97eadab 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 @@ // 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(); }