We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa0cbe commit 17e9257Copy full SHA for 17e9257
1 file changed
packages/react-use-intercom/cypress/e2e/visitorId.ts
@@ -19,15 +19,11 @@ before(() => {
19
20
describe('getVisitorId', () => {
21
it('should get visitor id when calling `getVisitorId`', () => {
22
- cy.visit('/useIntercom');
23
-
24
cy.get('[data-cy=boot]').click();
25
cy.wait('@intercomPing');
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