Cypress - File Operations
Find the issue in this test snippet:
Assuming
cy.readFile('log.txt').should('contain', 404)Assuming
log.txt is a text file containing error codes as strings.