Skip to content

Commit 17e9257

Browse files
committed
Fix visitor test
1 parent 5fa0cbe commit 17e9257

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/react-use-intercom/cypress/e2e/visitorId.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ before(() => {
1919

2020
describe('getVisitorId', () => {
2121
it('should get visitor id when calling `getVisitorId`', () => {
22-
cy.visit('/useIntercom');
23-
2422
cy.get('[data-cy=boot]').click();
2523
cy.wait('@intercomPing');
2624

2725
cy.get('[data-cy="visitorId"]').click();
2826

29-
cy.wait(2000);
30-
3127
cy.get('[data-cy="visitorIdValue"]').should('exist');
3228
});
3329
});

0 commit comments

Comments
 (0)