Cypress - Writing Tests
Identify the error in this
it block:it('checks button', () => { cy.get('#submit').click() cy.get('#message').should('be.visible') })