allow LOB multi-selection for network
[vid.git] / vid-webpack-master / cypress / support / steps / fill.vnf.popup.step.ts
index 29166f6..7c82cf8 100644 (file)
@@ -12,7 +12,7 @@ function FillVnfPopup(): Chainable<any> {
   cy.selectDropdownOptionByText('lcpRegion', 'hvf6');
   cy.selectDropdownOptionByText('tenant', 'AIN Web Tool-15-D-STTest2');
   cy.selectDropdownOptionByText('lineOfBusiness', 'zzz1');
-  cy.selectPlatformValue('xxx1');
+  cy.selectPlatformValue(`xxx1`);
   return cy.getElementByDataTestsId('form-set').click({force : true}).then((done)=>{
     return done;
   });