From 5dcb75054fcdbe62006268fe59ae81b32046b616 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Fri, 23 Oct 2020 12:37:52 +0200 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20allonge=20la=20dur=C3=A9e=20p?= =?UTF-8?q?our=20les=20tests=20E2E=20de=20publicodes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/cypress/integration/publi.codes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon-entreprise/cypress/integration/publi.codes/index.js b/mon-entreprise/cypress/integration/publi.codes/index.js index c3a8295f2..77838d296 100644 --- a/mon-entreprise/cypress/integration/publi.codes/index.js +++ b/mon-entreprise/cypress/integration/publi.codes/index.js @@ -8,7 +8,7 @@ describe('Navigation', function() { }) it('bac à sable should work', function() { cy.contains('Bac à sable').click() - cy.wait(2000) + cy.wait(5000) cy.contains('Dépenses primeur') cy.contains('11,50') })