How can you verify the title of a page in Cypress?
Hello Alex-walker,
A title of a page in Cypress can be easily verified through the should assertion.
cy.title().should('eq','My Site Title')
How can you verify the title of a page in Cypress?
Hello Alex-walker,
A title of a page in Cypress can be easily verified through the should assertion.
cy.title().should('eq','My Site Title')