How can I verify the title of the page in Cypress?

How can I verify the title of the page in Cypress?

Hi Tim!

To verify the title of the page, you need to use Assertion while performing Cypress testing.

Shown below is the command for Assertion.

cy.title().should('eq','My Site Title')