Cypress - Basics and Setup
Identify the mistake in this Cypress test snippet:
cy.visit('https://example.com')
cy.get('button').click()
cy.url().should('include', '/home')