summaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress
AgeCommit message (Collapse)AuthorFilesLines
2019-12-26Use popup-sized viewport on Cypress tests where relevantIttay Stern5-13/+39
The smaller viewport let more authentic tests, and a real-life look-and-feel. It is used on: - New Service popup - Audit-info of Instantiation Status - Templates modal Issue-ID: VID-724 Change-Id: I4f9928a3f730085bd66f5920a14b3a44ef5a23ba Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-25rewrite message when timed out while waiting for MSOAmichai Hemli1-0/+89
Issue-ID: VID-736 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ica18071db59c3b4453573a89b8451b343716f6ec
2019-12-24Convert template summary from json to string.Alexey Sandler1-1/+7
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Icfe469b538c3dd5f82f95617ebbd6093b9e451dc Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-24move templates API to a intended controllerYoav Schneiderman1-9/+9
Issue-ID: VID-730 Change-Id: Id2aa44803a190333b5a96fda77ca15d254b4c222 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-12-19move templates API to a intended controllerEinat Vinouze1-1/+1
Issue-ID: VID-730 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ie9b23a0360f902334fd6b877accec322b795c413
2019-12-19Merge "while ng1 view/edit - get aai service if they are not exist yet"Eylon Malin2-0/+16
2019-12-19while ng1 view/edit - get aai service if they are not exist yetEylon Malin2-0/+16
Issue-ID: VID-732 Change-Id: I6fd9866fb84eb07be7ea3c0bfc7cdfc0b3ea6084 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-18Restore the reference instance of Upgrade's testIttay Stern1-1/+1
Restored file upgrade_vfmodule_e2e__service_instance, and adjust upgrade_vfmodule_e2e__fe_input_cypress accordingly. Also hardening MsoRequestBuilderTest to check for every true/false/null Boolean option. Issue-ID: VID-603 Change-Id: Ib82afcecaa57cb06896f7175d48aa8d6a314fdfa Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-18Stored template test: modify some values and click "deploy"Ittay Stern1-20/+66
Issue-ID: VID-724 Change-Id: Ie66f6f8416e06f1dc8de60dc25be8834b17aff3d Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-17Add details in template list popupYoav Schneiderman1-2/+46
Issue-ID: VID-730 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I7042e85a1e12e7d5d9a19b5cc1eb92c65ea08134
2019-12-17Templates: Test deployment of a Cypress edited templateIttay Stern1-1/+1
Use templates__instance_from_template__set_without_modify1.json in API test, and make sure values comply. Fix multiselect control to keep platform name as-is when field not touched but "set" is set. Issue-ID: VID-724 Issue-ID: VID-722 Change-Id: Ic0e4cc36027c56f900f6d7e0aa2b01da7d0c728f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-17Templates: Test deployment of a Cypress *edited* without changes templateSara Weiss2-6/+32
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: If70e4cb35d6a0feb0972da3f212b8a87892004cd
2019-12-17Merge "Templates: show correct values of sdnc-preload, volume-group name"Eylon Malin1-11/+14
2019-12-17Merge "Do not show retain VGs checkbox in VFM Upgrade modal + tests ↵Eylon Malin2-10/+15
modifications"
2019-12-17Templates: show correct values of sdnc-preload, volume-group nameIttay Stern1-11/+14
Rename fields in VfModule: - volumeGroupName instead of volumeGroupInstanceName - sdncPreLoad instead of usePreload Also allow "set" on pupups by providing an empty "existingNames" Issue-ID: VID-724 Change-Id: I18ea0c3fdb4fe716c01902effbb577844000f958 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-16Merge "When opening new VNF modal the modal should be empty."Eylon Malin3-9/+7
2019-12-16Do not show retain VGs checkbox in VFM Upgrade modal + tests modificationsAmir Skalka2-10/+15
Business&test(cypress&UT), refactor of some files, fix of typos, upgrade jest version etc. Issue-ID: VID-603 Change-Id: I2153c8a7f300bfa34f6817704b08f0c2a046a4e7 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com>
2019-12-16When opening new VNF modal the modal should be empty.Yoav Schneiderman3-9/+7
Issue-ID: VID-727 Change-Id: I29a83ae7460c30661ad5d99860bcddda5a2936be Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-12-16Merge "Allow edit service button to be shown on service context menu in ↵Ittay Stern3-9/+23
recreate mode."
2019-12-16Allow edit service button to be shown on service context menu in recreate mode.Alexey Sandler3-9/+23
Issue-ID: VID-724 Change-Id: Ife26ef3278a37555a80fe4f3e8afa56666ca81ba Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-16change context menu item name to Create another oneEylon Malin1-1/+2
Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I0bd8df7a36634c9a93aedbb1e8ec2c8114538f8e
2019-12-15Merge "when there is no max instances for VfModule/Network show Unlimited ↵Ittay Stern1-0/+3
(default) in component info"
2019-12-15when there is no max instances for VfModule/Network show Unlimited (default) ↵Eylon Malin1-0/+3
in component info Issue-ID: VID-726 Change-Id: Ic296de9ba2c8d25a7b5f3bd789ffb5fdef0329d0 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-15Load template button in new template modalSara Weiss1-57/+81
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I3a3d6a10b364b61f6a7631b47107b7c4de601aaf
2019-12-15when there is no max instances for VfModule show Unlimited (default) in ↵Eylon Malin2-8/+14
model info Issue-ID: VID-726 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I3718c0f89204d5272872dca18f3e953e05a94dfe
2019-12-12when there is no max instances for VNF show Unlimited (default) in model infoEylon Malin1-1/+1
Issue-ID: VID-726 Change-Id: I9a53f76f97d96c565ec79f3a3e7d908c49f51af1 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-12Merge "when there is no max instances for VNF show Unlimited (default) in ↵Amichai Hemli1-1/+1
component info"
2019-12-12Add edit button on service context menu.Alexey Sandler2-2/+34
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I6f050e77b41e57016a01c622b0bb09e5e36155e2
2019-12-12when there is no max instances for VNF show Unlimited (default) in component ↵Eylon Malin1-1/+1
info Issue-ID: VID-726 Change-Id: Ib939e18f63ae02b1b1944436e8d5c80fdc1e53ed Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-12Merge "cypress test - default max instances of VNFs is unlimited"Amichai Hemli1-12/+27
2019-12-12cypress test - default max instances of VNFs is unlimitedEylon Malin1-12/+27
Issue-ID: VID-726 Change-Id: I1e5dd9997a4ab38944a56cce8dd94b24ae0320dd Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-11Merge "Add cypress test that check vnf popup contains correct lcp region data."Eylon Malin1-31/+61
2019-12-11Add cypress test that check vnf popup contains correct lcp region data.Alexey Sandler1-31/+61
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I8231009ca8753987055291af83eb5c088d816ac8
2019-12-11cypress test - default max instances of vfModule is unlimitedEylon Malin3-30/+62
Issue-ID: VID-726 Change-Id: I9f4d8b8b07f02f30aab3488f011eb12ce71c0a68 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-10Adding unlimited max value to VNF, NETWORKYoav Schneiderman3-1/+3
Issue-ID: VID-726 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I0c3d503c8e4f6cb14081de8f6a619a67eee080b7 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-09Merge "Change ServiceInstance's top-level rollbackOnFailure serialization to ↵Amichai Hemli2-119/+2
String"
2019-12-09Change ServiceInstance's top-level rollbackOnFailure serialization to StringIttay Stern2-119/+2
This will satisfy a new test: Template Topology API test: Deploy Cypress -> getTemplateTopology returns the same template Also updating templates__instance_template.json with actual "templateTopology" endpoint fields. Issue-ID: VID-724 Change-Id: I1160656c9a58ab2678ca6f2529688463fbd60a91 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-09Show previous instantiations button in new service modal e2e testSara Weiss1-2/+2
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I0afa4fe8907c4e03630e15042188b794e4acfcc4
2019-12-09add create another one menu item to instantiationStatus pageEylon Malin2-18/+39
Issue-ID: VID-724 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I205bc276ec7ba59eae37207f0976867bd496043f Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-08another try to fix cypress test should enable correct menu itemsEylon Malin2-93/+55
Issue-ID: VID-724 remove another row form test setup Change-Id: I9846078e7e5d1ed88b6329a026ee542f69aa53fe Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-08Merge "Changing VNF platform to multiselect + cypress + API"Amichai Hemli7-29/+31
2019-12-08Merge "Add existingVNFCounterMap to mock json file to display the Service ↵Ittay Stern2-0/+2
Model."
2019-12-08Changing VNF platform to multiselect + cypress + APIAlexey Sandler7-29/+31
Issue-ID: VID-724 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Ie8c720974da3419e26ce7e8675622f75780581b9 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
2019-12-08Merge "fix cypress test: should enable correct menu items"Ittay Stern2-103/+39
2019-12-08Add existingVNFCounterMap to mock json file to display the Service Model.Alexey Sandler2-0/+2
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I97ca6efa552ee16cf163ca39446ddc34f1a719da Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-08Merge "Show previous instantiations button in new service modal"Ittay Stern2-0/+9
2019-12-08fix cypress test: should enable correct menu itemsEylon Malin2-103/+39
Issue-ID: VID-724 The cypress test not handling well scroll bar so decrease data Change-Id: I7541b7127866bb0cc8651d80ab2721846eafabde Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-08Show previous instantiations button in new service modalSara Weiss2-0/+9
Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: I18633adbabbc22c68f9bcd712427033deaffd33c
2019-12-05Call to useTemplate create Action in orderAlexey Sandler1-4/+4
to update state with template which was called from back end. Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I0726d54324e523d60bcd41116ee44b01a88d9c7b
2019-12-04Create function that convert rollbackOnFailure value from String to BooleanAlexey Sandler2-3/+9
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ia3738a146d0b57e961e097c6b6e70e525c46a397