diff options
author | Einat Vinouze <einat.vinouze@intl.att.com> | 2020-03-18 16:20:11 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-03-18 14:27:14 +0000 |
commit | c0c81ece5aee559c9d35c8a9e7c5c24678ae674d (patch) | |
tree | 6c0d5bb0684f671d3605f21953d67cc235f40c6c | |
parent | 06f53244384e546cc15750f6d050a98a752a0ade (diff) |
allow LOB multi-selection for network (fix test)
Issue-ID: VID-788
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: I46068bfc73b2ea083274e3011f1549a1a7dea8ec
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |