@bigbinary/neeto-commons-frontend 2.0.82 → 2.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cypress-utils.js CHANGED
@@ -562,7 +562,7 @@ var memberFormSelectors = {
562
562
  firstNameTextField: dataCy("ntm-edit-member-first-name-text-field"),
563
563
  lastNameTextField: dataCy("ntm-edit-member-last-name-text-field"),
564
564
  emailInput: dataCy("ntm-manage-member-email-input"),
565
- emailErrorField: dataCy("emails*-input-error"),
565
+ emailErrorField: dataCy("emails-input-error"),
566
566
  cancelButton: dataCy("ntm-manage-member-cancel-button")
567
567
  };
568
568