mercredi 22 juillet 2020

setFile appear to not be working when we need to upload a directory

1 public static async performUpload(): Promise { 2 await t.switchToIframe(monitorLandingPage.functionalMonitoringIframe) 3 await t.click(uploadingPage.uploadButton) 4 await t.setFilesToUpload(uploadingPage.fileUploader, ['../../resources/1/']) 5 await t.wait(WaitConfig.Waits.mediumWait) 6 return 7 }

Aucun commentaire:

Enregistrer un commentaire