commit | abb5985d156fcf7d7cd0a838ca760651223a7a2c | [log] [tgz] |
---|---|---|
author | Alexey Sandler <alexey.sandler@intl.att.com> | Tue Nov 26 21:44:18 2019 +0200 |
committer | Alexey Sandler <alexey.sandler@intl.att.com> | Wed Nov 27 15:09:51 2019 +0200 |
tree | 649808f21df6ab02350baac472d92bd0c87106b2 | |
parent | 7313c143ac5b3954732ec4cb98c0a899a4b99267 [diff] |
add sdnc checkbox to vfm upgrade modal Issue-ID: VID-603 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ic297486bc343419415bf3736ebb56944e72bf8b8 Signed-off-by: Alexey Sandler <alexey.sandler@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 97eadab..9f2499f 100644 --- a/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/viewEditUpgradeVfModule.e2e.ts
@@ -220,6 +220,7 @@ cy.getElementByDataTestsId('retainAssignments').click(); cy.getElementByDataTestsId('retainVolumeGroups').click(); + cy.getElementByDataTestsId('sdncPreLoad').click(); cy.screenshot(); cy.getElementByDataTestsId('form-set').click(); }