@bigbinary/neeto-commons-frontend 2.0.103 → 2.0.105

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 CHANGED
@@ -53,7 +53,7 @@ Category
53
53
  - [useHotKeys](./docs/react/hooks.md#usehotkeys)
54
54
  - [useTimer](./docs/react/hooks.md#usetimer)
55
55
  - [useRegisterNavigationCheckpoint](./docs/react/hooks.md#useregisternavigationcheckpoint)
56
- - [useNavigationCheckpoint](./docs/react/hooks.md#usenavigationcheckpoint)
56
+ - [useNavigationCheckpoints](./docs/react/hooks.md#usenavigationcheckpoints)
57
57
  - [useStateWithDependency](./docs/react/hooks.md#usestatewithdependency)
58
58
  - [withImmutableActions](./docs/react/utils.md#withimmutableactions)
59
59
  - [withTitle](./docs/react/utils.md#withtitle)
@@ -1261,7 +1261,7 @@ var verifyChatWithUsTab = function verifyChatWithUsTab(_ref3) {
1261
1261
  });
1262
1262
  cy.get(chatWidgetSelectors.chatWidgetHomeCard, {
1263
1263
  timeout: 10000
1264
- }).should("have.text", helpIconTexts.newConversation).click();
1264
+ }).eq(0).should("have.text", helpIconTexts.newConversation).click();
1265
1265
  requestCount && cy.wait("@".concat(alias), requestCount);
1266
1266
  requestCount && cy.interceptNonVersionedApi({
1267
1267
  url: requestApis.allChatPath,