Skip to content

Commit ada3a01

Browse files
committed
Add delay in test
1 parent 9eeee62 commit ada3a01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ describe('getVisitorId', () => {
2626

2727
cy.get('[data-cy="visitorId"]').click();
2828

29+
cy.wait(2000);
30+
2931
cy.get('[data-cy="visitorIdValue"]').should('exist');
3032
});
3133
});

0 commit comments

Comments
 (0)