Skip to content

Commit

Permalink
chore: deflake a test
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 20, 2023
1 parent 8ed9d0a commit 0b21bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/capture.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ describe('Event capture', () => {

it('captures $snapshot events', () => {
start()

// de-flake the test
cy.wait(100)
cy.phCaptures().should('include', '$snapshot')
})

Expand Down

0 comments on commit 0b21bdb

Please sign in to comment.