@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/cypress-utils.js CHANGED
@@ -1304,7 +1304,7 @@ var verifyMyProfileTab = function verifyMyProfileTab(_ref4) {
1304
1304
  alias: alias
1305
1305
  });
1306
1306
  });
1307
- cy.get(commonSelectors.menuBarHeading).should("have.text", profileTexts.profileSettings);
1307
+ cy.get(commonSelectors.heading).should("have.text", profileTexts.profileSettings);
1308
1308
  cy.globalState("subdomainName").then(function (subdomainName) {
1309
1309
  return cy.url().should("include", requestApis.myProfilePath(subdomainName));
1310
1310
  });