cy.get('.month.active')
            .parent()
            .siblings()
            .find('button')
            .should('have.class', 'month')