Cypress - Component Testing
Identify the error in this test code:
cy.mount(MyComponent, { props: { count: 5 } })
cy.get('button').click()
cy.get('count-display').should('contain.text', '6')