https://cypress.io logo
No error on file upload but does not attach the fi...
# i-need-help
c
current behavior Hello guys, I am trying to automate a file upload and I got no error on Cypress. It shows that it gets the file passed but doesn't attach into the site. Note: i´m using JS, Cypress Version 10.11.0 Here is my code:
cy.get('[data-icon="cloud-upload-alt"]').attachFile('images/Group 7 (1).png');
e