gray-kilobyte-89541
js cy.get('.day.active') .invoke('index') .then((k) => { cy.get('.day') .eq(k + 1) .should('have.text', '4') })