summaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/integration/iFrames
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-11-26 11:55:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-26 11:55:57 +0000
commit225aea20d990e6b04e95b43beea7044f642dc5f6 (patch)
treed8dea4d0ea3adc000fead4346f6f3d5c92a0225b /vid-webpack-master/cypress/integration/iFrames
parentee6c513301200be38c3602a4c3084c2ff3bde10c (diff)
parentd21551443281955928db9b72e2b14debc301912a (diff)
Merge "Replace vfmodule: add retainVolumeGroup to new upgrade modal"
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames')
-rw-r--r--vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts1
1 files changed, 1 insertions, 0 deletions
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();
}