cy.get('.day.active')
            .should('contain.text', today.date())
            .should('have.class', 'today')
            .should('have.class', 'focus')
            .should('have.attr', 'tabindex', '0');