This week I started adding Cypress testing to my blog (with some surprises too!). I insisted to use typescript with Cypress and my code looks now like this:
describe('SEO', () => {
beforeEach(() => {
cy.visit('/').waitForRouteChange()
})
it('Contains title tag', () => {
cy.get('