From c0c81ece5aee559c9d35c8a9e7c5c24678ae674d Mon Sep 17 00:00:00 2001 From: Einat Vinouze Date: Wed, 18 Mar 2020 16:20:11 +0200 Subject: [PATCH] allow LOB multi-selection for network (fix test) Issue-ID: VID-788 Signed-off-by: Einat Vinouze Change-Id: I46068bfc73b2ea083274e3011f1549a1a7dea8ec --- vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts index 87bbb5b9d..ab1e1644b 100644 --- a/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts @@ -397,7 +397,7 @@ describe('Drawing board', function () { cy.selectDropdownOptionByText('productFamily', 'ERICA'); cy.selectDropdownOptionByText('lcpRegion', 'hvf6'); cy.selectDropdownOptionByText('tenant', 'AIN Web Tool-15-D-testalexandria'); - cy.selectLobValue("ONAP"); + cy.selectDropdownOptionByText('lineOfBusiness', 'ONAP') cy.selectPlatformValue(`platform`); cy.genericFormSubmitForm(); -- 2.16.6