From: Einat Vinouze Date: Wed, 18 Mar 2020 14:20:11 +0000 (+0200) Subject: allow LOB multi-selection for network (fix test) X-Git-Tag: 6.0.4~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c0c81ece5aee559c9d35c8a9e7c5c24678ae674d;p=vid.git allow LOB multi-selection for network (fix test) Issue-ID: VID-788 Signed-off-by: Einat Vinouze Change-Id: I46068bfc73b2ea083274e3011f1549a1a7dea8ec --- 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();