diff --git a/cypress/e2e/capture.cy.js b/cypress/e2e/capture.cy.js index f5411cfc0..1087803fe 100644 --- a/cypress/e2e/capture.cy.js +++ b/cypress/e2e/capture.cy.js @@ -235,7 +235,8 @@ describe('Event capture', () => { it('captures $snapshot events', () => { start() - + // de-flake the test + cy.wait(100) cy.phCaptures().should('include', '$snapshot') })