diff --git a/cypress/integration/common/report.js b/cypress/integration/common/report.js index 72a45a903..bbe2916c6 100644 --- a/cypress/integration/common/report.js +++ b/cypress/integration/common/report.js @@ -40,7 +40,7 @@ Given('I am viewing a post', () => { cy.visit('/') cy.get('.post-card:nth(2)') .click() - .wait(200) + .wait(300) cy.location('pathname').should('contain', '/post') })