How to verify the title of the page in Cypress?
Hey Devvan,
By using the should assertion.
cy.title().should('eq','My Site Title')
How to verify the title of the page in Cypress?
Hey Devvan,
By using the should assertion.
cy.title().should('eq','My Site Title')