I have a file upload component based on jQuery Plugin blueip-fileupload. I am testing it using Cypress. I cannot directly call selectFile through the input type='file 'element, but I can use the method of enter link description here by selecting the entire parent element and then using drag-drog.