From 0b21bdbbecd067ca8e619f93747b891ce3ce0d84 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Mon, 20 Nov 2023 08:41:01 +0000 Subject: [PATCH] chore: deflake a test --- cypress/e2e/capture.cy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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') })