From 834973f3d3227ec32d743c1e291dfcd9fb516cdc Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Mon, 21 Jan 2019 11:49:37 +0100 Subject: [PATCH] Try to fix test --- cypress/integration/common/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') })