volha-zasimovich

Results 2 issues of volha-zasimovich

Hi, team, I have a problem with the creation of the reporters which are prescribed in the conf.js file. The files with reports created only if we create the corresponding...

Could you please suggest to me how we can clear sap.ui.mdc.field.FieldInput? My realization: var amountField= element(by.control({ controlType: "sap.ui.mdc.field.FieldInput", id: /.+FormContainer::GeneralInformation::FormElement::DataField::amount::Field-inner$/gm, interaction: "focus" })) amountField.clear(); amountField.sendKeys(AMOUNT); Maybe I did something wrong?

question