You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our application we use Fiori elements, recently we upgraded UI5 version to 1.105 and after the upgrade send keys function to image uploader control is not working. We have automated it in the following way:
I am not aware of the changes in the mentioned control between the UI5 versions. Please refer to the official API docs and compare what is changed.
If you need more details on how to validate file upload, you can take a look hereL #189
Hi Colleagues,
In our application we use Fiori elements, recently we upgraded UI5 version to 1.105 and after the upgrade send keys function to image uploader control is not working. We have automated it in the following way:
Control locator:
profilePhotoFileUpload: element(by.control({
controlType: 'sap.ui.unified.FileUploader',
properties: {
name: 'FEV4FileUpload',
},
})),
Test:
_const DATANEWIMGPATH = path.resolve(_dirname, '../data/photoData/Photo.png');
profilePhotoFileUpload.sendKeys(DATANEWIMGPATH);
The same test was working fine with UI5 1.101 version. Could you please let us know if we have to do any adaptions for UI5 version 1.105.1.
The text was updated successfully, but these errors were encountered: