@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/README.md +1 -0
- package/cypress-utils.cjs.js +1 -1
- package/cypress-utils.cjs.js.map +1 -1
- package/cypress-utils.js +1 -1
- package/cypress-utils.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -212,3 +212,4 @@ them to read more:
|
|
|
212
212
|
- [Development instructions](./docs/general/development-instructions.md)
|
|
213
213
|
- [Building and releasing](./docs/general/building-and-releasing.md)
|
|
214
214
|
- [Migrating from v1 to v2](./docs/general/migrating-from-1-to-2.md)
|
|
215
|
+
- [API documentation logistics](./docs/general/api-documentation-logistics.md)
|
package/cypress-utils.cjs.js
CHANGED
|
@@ -201,7 +201,7 @@ var commonSelectors = {
|
|
|
201
201
|
body: "body",
|
|
202
202
|
toastIcon: ".Toastify__toast-icon",
|
|
203
203
|
paneModalCrossIcon: ".neeto-ui-pane__close",
|
|
204
|
-
inputField: dataCy("input-field"),
|
|
204
|
+
inputField: dataCy("nui-input-field"),
|
|
205
205
|
alertConfirmationText: dataCy("alert-confirmation-text"),
|
|
206
206
|
alertCancelButton: dataCy("alert-cancel-button"),
|
|
207
207
|
alertModalCrossIcon: ".neeto-ui-modal__close",
|