allow LOB multi-selection for network (fix test) 73/103873/2
authorEinat Vinouze <einat.vinouze@intl.att.com>
Wed, 18 Mar 2020 14:20:11 +0000 (16:20 +0200)
committerIttay Stern <ittay.stern@att.com>
Wed, 18 Mar 2020 14:27:14 +0000 (14:27 +0000)
Issue-ID: VID-788
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: I46068bfc73b2ea083274e3011f1549a1a7dea8ec

vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts

index 87bbb5b..ab1e164 100644 (file)
@@ -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();