aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/integration
AgeCommit message (Collapse)AuthorFilesLines
2019-12-01Cypress to drive recreation from templatesIttay Stern1-0/+69
A new route "RECREATE" allows the half-way between RETRY and CREATE: It is "retry" because historic topology is loaded. It is "create" because a new instance is created upon "Deploy". Following commits should modify business-code, so that: - The expectedPostAsyncInstantiation assertion pass; - User is navigated the Instantiation-Status page; - The template topology will be from a designated endpoint "templateTopology", instead of "bulkForRetry"; - Consider the hack in `templates__instance_template.json`, where action is "None_Create" instead of "Create" to workaround a state-oriented problem in the method `extractServiceFields()`. Issue-ID: VID-724 Change-Id: I0fc282b506a05b8161f3b3f96959493d3843c7f9 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-01remove FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARDEylon Malin5-9/+0
Issue-ID: VID-721 Change-Id: Ia06b7afe0cc2aa6f906f56802dc537f6fec283d0 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-28remove FLAG_DEFAULT_VNFEylon Malin3-3/+0
Issue-ID: VID-721 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I31b646b4dd5a81c4904a77c0386e27137a76a9fd
2019-11-28remove FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULEEylon Malin5-30/+1
Issue-ID: VID-721 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I80e3f8edbc187acaf13fdcc089ba15da33dc0ec5
2019-11-27add sdnc checkbox to vfm upgrade modalAlexey Sandler1-0/+1
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>
2019-11-26Merge "Allow platform multi-selection for VNF in modern UI"Ittay Stern1-33/+56
2019-11-26Allow platform multi-selection for VNF in modern UIYoav Schneiderman1-33/+56
Issue-ID: VID-722 Change-Id: Id87f59fff128e277d9158b83f3908754375c8b01 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-11-26Replace vfmodule: add retainVolumeGroup to new upgrade modalSara Weiss1-0/+1
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>
2019-11-25Merge "remove EMPTY_DRAWING_BOARD_TEST feature flag"Ittay Stern5-8/+0
2019-11-25Merge "assert vfModule action after undo upgrade"Ittay Stern1-0/+11
2019-11-25assert vfModule action after undo upgradeEylon Malin1-0/+11
Issue-ID: VID-603 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I58a30738793f25fd4f0d8efb48f13fed510d895d
2019-11-25upgrade vfModule retainAssignments true by default.Yoav Schneiderman1-0/+1
Issue-ID: VID-603 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I9f8761b756968dcc91ab1cae998d47fa74ecccd0
2019-11-25VfModule upgrade: popup with retain-assignments checkboxYoav Schneiderman1-3/+7
Also: - undo upgrade -> remove field - cancel on popup works Issue-ID: VID-603 Change-Id: I47106ce4d042c777b56699d8c5c5e1e99f856a5e Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-11-25remove EMPTY_DRAWING_BOARD_TEST feature flagEylon Malin5-8/+0
Issue-ID: VID-721 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib3106fb17c97602e2d5d6de8c9a5756e4d231902
2019-11-24remove CREATE_INSTANCE_TEST feature flagEylon Malin5-9/+0
Issue-ID: VID-721 Change-Id: Id956a0b5b840c5e76cc1f6f7ea33a7d00f5670c3 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-11-20Replace vfmodule: opens an popupSara Weiss4-8/+10
Issue-ID: VID-603 Change-Id: I7d7524f75bfb8d6ef949a4f069591c4097d470b4 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-30Instantiation-Status: default on unexpected/undefined statuses (fix)Ittay Stern1-1/+1
Issue-ID: VID-692 Change-Id: I15c81daba1a45ff0e009d5e381f93adb03914c0f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-29Merge "Introduce cy.clearSessionStorage"Amichai Hemli21-71/+26
2019-10-29Introduce cy.clearSessionStorageIttay Stern21-71/+26
Issue-ID: VID-647 Change-Id: I51471f736577599c1ace8e330a4db089deccc8ca Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-29Cypress>=3.3.1 readFile() does not expect a relative file-path starting with /Ittay Stern1-2/+2
See: https://github.com/cypress-io/cypress/issues/4352#issuecomment-507963062 Issue-ID: VID-687 Change-Id: I5f5f34be85ec2d3401cdf01f4259c2b5d02da37c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-28Add another vfm-upgrade testIttay Stern4-8/+73
Issue-ID: VID-603 Change-Id: I4690906d3bc660984a0c2269d7151f6151b89940 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-24Split Upgrade VF Module tests from viewEditIttay Stern2-395/+167
Issue-ID: VID-603 Change-Id: I2edd4417dfb5f078fc10874592754d47e189d74d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-24Merge "change management cypress test"Ittay Stern1-3/+90
2019-10-24change management cypress testSara Weiss1-3/+90
Issue-ID: VID-378 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I60a996ebbd6a9f509ab44ae4f656d260d2cac547 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
2019-10-24Cypress>=3.3.1 readFile() does not expect a relative file-path starting with /Ittay Stern23-85/+85
See: https://github.com/cypress-io/cypress/issues/4352#issuecomment-507963062 Issue-ID: VID-687 Change-Id: I4f3292e80d22d217d9bd33c685766efd5a8f4d8f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-09Adding feature: Replace vfmoduleEinat Vinouze8-5073/+142
Issue-ID: VID-603 Change-Id: I59068a0979d6fb733e4243c8f78921f396dc9d17 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-09-03change management cypressEinat Vinouze1-0/+39
This is the very first cypress test for change management Issue-ID: VID-596 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ib3ddc5d88504392281dbd25c3d6688714a01a643
2019-08-25Fix to vf-module-homing-data-action controller to retrieve the cloudRegionIdAlexey Sandler1-9/+8
Issue-ID: VID-378 Change-Id: I6042e72c9ebb8508b822df276da1b8549501042c Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-07Use lcpRegionOptionId as value in resumeRina Roi1-1/+2
Issue-ID: VID-482 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: Ibe617ba739db8e6217362a8009dedc9bd3465239
2019-07-11Change tests and log to expect "Browse SDC" (was "ASDC")Ittay Stern2-3/+3
Issue-ID: VID-516 Change-Id: I481880df1796721128b07e3dc3ae83085fc097e8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-08Merge from ecomp 718fd196 - Modern UIIttay Stern20-1170/+11937
Issue-ID: VID-378 Change-Id: I2736b98426e324ec3aa233b034229ba84d99839f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-28Condense unneeded data on Modern UI testsIttay Stern3-5452/+20
Issue-ID: VID-378 Change-Id: I65d9f8cf5cd6708dc49f9e424bc65796ab1f2dea Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-18merge from ecomp a88f0072 - Modern UIIttay Stern21-187/+18256
Issue-ID: VID-378 Change-Id: Ibcb23dd27f550cf32ce2fe0239f0f496ae014ff6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-07-10New Angular UI from 1806Sonsino, Ofir (os0695)9-0/+865
Change-Id: I39c160db0e0a6ec2e587ccf007ee1b23c6a08666 Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>