abramenal / cypress-file-upload

File upload testing made easy
https://npm.im/cypress-file-upload
MIT License
496 stars 89 forks source link

Unable to upload .xlsm file using cypress-file-upload plugin #314

Closed aldrine00 closed 2 years ago

aldrine00 commented 2 years ago

Current behavior:

image

Does not upload successfully using automation but when I do it manually it successfully uploads the file

Desired behavior:

It should upload successfully

Steps to reproduce: (app code and test code)

cy.get('input[type=file]').attachFile('PHINMA-TOR-Template-AU.xlsm')

Versions

Cypress version: 7.7.0 Browser: Edge 91 OS: Windows 10