X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-webpack-master%2Fcypress%2Fsupport%2Fsteps%2Ffill.vnf.popup.step.ts;h=7c82cf8029e714bc68f0e70b18930ad772c1636a;hb=06f53244384e546cc15750f6d050a98a752a0ade;hp=29166f67d5c31e7a2c07b6d7344dc0113f798738;hpb=5e3debb8feabc8bf0631344bacfff837629240e4;p=vid.git diff --git a/vid-webpack-master/cypress/support/steps/fill.vnf.popup.step.ts b/vid-webpack-master/cypress/support/steps/fill.vnf.popup.step.ts index 29166f67d..7c82cf802 100644 --- a/vid-webpack-master/cypress/support/steps/fill.vnf.popup.step.ts +++ b/vid-webpack-master/cypress/support/steps/fill.vnf.popup.step.ts @@ -12,7 +12,7 @@ function FillVnfPopup(): Chainable { 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; });