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('#field-error--mobile>span').should('contain','Please fill in your mobile number');
39
39
cy.get('#field-input--mobile').type('sdf');
40
-
cy.get('#field-error--mobile>span').should('contain','Please enter a valid mobile phone number - it must be the same number that you used to make your donation.');
40
+
cy.get('#field-error--mobile>span').should('contain','Please enter a valid mobile phone number - it must be the same number associated with your donation.');
cy.get('#field-error--mobile>span').should('contain','Please enter a valid mobile phone number - it must be the same number that you used to make your donation.');
42
+
cy.get('#field-error--mobile>span').should('contain','Please enter a valid mobile phone number - it must be the same number associated with your donation.');
0 commit comments