Cypress - File Operations
Identify the error in this Cypress test snippet:
cy.downloadFile('https://example.com/data.json', 'cypress/downloads/data.json')
cy.readFile('cypress/downloads/data.json').should('eq', '{"key":"value"}')