diff options
author | Yoav Schneiderman <yoav.schneiderman@intl.att.com> | 2019-11-25 13:47:12 +0200 |
---|---|---|
committer | Yoav Schneiderman <yoav.schneiderman@intl.att.com> | 2019-11-25 13:47:12 +0200 |
commit | 35b6e05185dcd6154c958175112352f662be6244 (patch) | |
tree | 531156debdc4643f305c32293c797e242c0a9b58 /vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts | |
parent | bda996b9faf9d5d443d2256c0626620bd8104269 (diff) |
upgrade vfModule retainAssignments true by default.
Issue-ID: VID-603
Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
Change-Id: I9f8761b756968dcc91ab1cae998d47fa74ecccd0
Diffstat (limited to 'vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts | 1 |
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 2d1ef87fd..b5ed89469 100644 --- a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts @@ -217,6 +217,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.screenshot(); cy.getElementByDataTestsId('form-set').click(); } |