Cypress - Assertions
What will be the result of this Cypress code snippet?
cy.get('#login').should('be.visible').and('have.class', 'active').and('contain.text', 'Login')