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