Cypress - File Operations
What will happen if you run this Cypress code?
Assuming the upload triggers the status text change correctly.
cy.get('.upload-area').attachFile('report.csv', { subjectType: 'drag-n-drop' });
cy.get('.upload-status').should('have.text', 'Upload complete');Assuming the upload triggers the status text change correctly.
