Cypress - File Operations
Identify the error in this Cypress test code for file download verification:
cy.downloadFile('https://example.com/data.csv', 'cypress/downloads', 'data.csv')
cy.readFile('cypress/downloads/data.csv').should('contain', 'Name, Age')