@bigbinary/neeto-commons-frontend 2.0.127 → 2.0.129
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 +2 -1
- package/react-utils.cjs.js +1 -1
- package/react-utils.cjs.js.map +1 -1
- package/react-utils.js +1 -1
- package/react-utils.js.map +1 -1
package/README.md
CHANGED
|
@@ -100,6 +100,7 @@ Category
|
|
|
100
100
|
- [preprocessForSerialization](./docs/pure/objects.md#preprocessforserialization)
|
|
101
101
|
- [keysToCamelCase](./docs/pure/objects.md#keystocamelcase)
|
|
102
102
|
- [keysToSnakeCase](./docs/pure/objects.md#keystosnakecase)
|
|
103
|
+
- [serializeKeysToSnakeCase](./docs/pure/objects.md#serializekeystosnakecase)
|
|
103
104
|
- [deepFreezeObject](./docs/pure/objects.md#deepfreezeobject)
|
|
104
105
|
- [matches](./docs/pure/objects.md#matches)
|
|
105
106
|
- [filterNonNull](./docs/pure/objects.md#filternonnull)
|
package/cypress-utils.cjs.js
CHANGED
|
@@ -1312,7 +1312,7 @@ var verifyMyProfileTab = function verifyMyProfileTab(_ref4) {
|
|
|
1312
1312
|
alias: alias
|
|
1313
1313
|
});
|
|
1314
1314
|
});
|
|
1315
|
-
cy.get(commonSelectors.
|
|
1315
|
+
cy.get(commonSelectors.heading).should("have.text", profileTexts.profileSettings);
|
|
1316
1316
|
cy.globalState("subdomainName").then(function (subdomainName) {
|
|
1317
1317
|
return cy.url().should("include", requestApis.myProfilePath(subdomainName));
|
|
1318
1318
|
});
|