@bigbinary/neeto-commons-frontend 2.1.18 → 2.1.19

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
@@ -193,7 +193,7 @@ var commonSelectors = {
193
193
  body: "body",
194
194
  toastIcon: ".Toastify__toast-icon",
195
195
  paneModalCrossIcon: ".neeto-ui-pane__close",
196
- inputField: dataCy("input-field"),
196
+ inputField: dataCy("nui-input-field"),
197
197
  alertConfirmationText: dataCy("alert-confirmation-text"),
198
198
  alertCancelButton: dataCy("alert-cancel-button"),
199
199
  alertModalCrossIcon: ".neeto-ui-modal__close",