Cypress - File Operations
This Cypress test for file download fails:
But the file is downloaded correctly. What is the likely cause?
cy.readFile('cypress/downloads/report.csv').should('contain', 'Date')But the file is downloaded correctly. What is the likely cause?
