Cypress - File Operations
What is wrong with this Cypress drag and drop file upload code?
cy.get('.dropzone').attachFile('image.jpg', { subjectType: 'drag-n-drop' });
cy.get('.filename').should('contain.text', 'image.png');