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