Cypress - File Operations
You wrote this Cypress test to drag and drop a file but it fails with an error:
attachFile is not a function. What is the most likely cause?cy.get('#dropzone').attachFile('file.txt', { subjectType: 'drag-n-drop' })