@bigbinary/neeto-commons-frontend 2.0.104 → 2.0.106
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.cjs.js +1 -1
- package/cypress-utils.cjs.js.map +1 -1
- package/cypress-utils.d.ts +15 -1
- package/cypress-utils.js +1 -1
- package/cypress-utils.js.map +1 -1
- package/package.json +3 -2
- package/react-utils.cjs.js +109 -41
- package/react-utils.cjs.js.map +1 -1
- package/react-utils.d.ts +78 -11
- package/react-utils.js +108 -42
- package/react-utils.js.map +1 -1
package/cypress-utils.cjs.js
CHANGED
|
@@ -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,
|