From 73908b362e6ff7d2377e919b74a53cbb6997ddaa Mon Sep 17 00:00:00 2001 From: Einat Vinouze Date: Wed, 1 Apr 2020 15:00:33 +0300 Subject: allow LOB multi-selection for vnf -fix test Issue-ID: VID-785 Signed-off-by: Einat Vinouze Change-Id: Ia5ed2ac29247047d3ed11f049557aa8441329ab7 --- .../cypress/integration/iFrames/instantiation-templates.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts index 8a68a1393..ef907f2af 100644 --- a/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts @@ -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(); -- cgit 1.2.3-korg