We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eeee62 commit ada3a01Copy full SHA for ada3a01
packages/react-use-intercom/cypress/e2e/visitorId.ts
@@ -26,6 +26,8 @@ describe('getVisitorId', () => {
26
27
cy.get('[data-cy="visitorId"]').click();
28
29
+ cy.wait(2000);
30
+
31
cy.get('[data-cy="visitorIdValue"]').should('exist');
32
});
33
0 commit comments