Cypress - File Operations
Identify the error in this test code:
Assuming
cy.readFile('users.json').should('have.property', 'name', 'John')Assuming
users.json contains an array of user objects.