You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cy.get('@messages').eq(0).should('have.text','All definitions, which are all possible liturgical days of a specific calendar, that can occur during a whole year:');
9
-
cy.get('@messages').eq(1).should('have.text','A calendar that contains all liturgical days occurring during 2024:');
9
+
cy.get('@messages').eq(1).should('have.text',`A calendar that contains all liturgical days occurring during ${newDate().getUTCFullYear()}:`);
0 commit comments