cy.get('.month.active')
            .should('contain.text', today.format('MMM'))
            .should('have.class', 'current')
            .should('have.class', 'focus')
            .should('have.attr', 'tabindex', '0');