Cypress - Authentication and Sessions
Identify the error in this Cypress code snippet:
cy.setCookie('id', 12345)
cy.getCookie('id').should('have.property', 'value', 12345)