allow LOB multi-selection for vnf -fix test 52/104852/1
authorEinat Vinouze <einat.vinouze@intl.att.com>
Wed, 1 Apr 2020 12:00:33 +0000 (15:00 +0300)
committerEinat Vinouze <einat.vinouze@intl.att.com>
Wed, 1 Apr 2020 12:00:33 +0000 (15:00 +0300)
Issue-ID: VID-785
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: Ia5ed2ac29247047d3ed11f049557aa8441329ab7

vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts

index 8a68a13..ef907f2 100644 (file)
@@ -97,8 +97,8 @@ describe('Drawing Board: Instantiation Templates', function () {
           .getElementByDataTestsId("productFamily").should('contain', 'Emanuel')
           .getElementByDataTestsId("tenant").should('contain', 'DN5242-Nov21-T1')
           .getElementByDataTestsId("lcpRegion").should('contain', 'hvf6')
-          .getElementByDataTestsId("lineOfBusiness").should('contain', 'zzz1')
           .getElementByDataTestsId("rollback").should('contain', 'Rollback')
+          cy.checkLobValue('zzz1')
           cy.checkPlatformValue(`xxx1`)
           .getElementByDataTestsId("cancelButton").click();