@bigbinary/neeto-commons-frontend 2.0.82 → 2.0.84

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.
@@ -39,6 +39,7 @@ const resolver = enhancedResolve.create.sync({
39
39
  alias: webpackConfig.resolve.alias,
40
40
  modules: webpackConfig.resolve.modules,
41
41
  extensions: webpackConfig.resolve.extensions,
42
+ fallback: webpackConfig.resolve.fallback,
42
43
  conditionNames: ["require", "import", "node", "default", "types"],
43
44
  });
44
45
 
@@ -570,7 +570,7 @@ var memberFormSelectors = {
570
570
  firstNameTextField: dataCy("ntm-edit-member-first-name-text-field"),
571
571
  lastNameTextField: dataCy("ntm-edit-member-last-name-text-field"),
572
572
  emailInput: dataCy("ntm-manage-member-email-input"),
573
- emailErrorField: dataCy("emails*-input-error"),
573
+ emailErrorField: dataCy("emails-input-error"),
574
574
  cancelButton: dataCy("ntm-manage-member-cancel-button")
575
575
  };
576
576