From f56704de8c5e68ea727c6ccd96b6dc48aece43c4 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 3 Oct 2019 10:14:16 +0200 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20r=C3=A9pare=20les=20tests=20E?= =?UTF-8?q?2E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypress/integration/mon-entreprise/landing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/mon-entreprise/landing.js b/cypress/integration/mon-entreprise/landing.js index b7134fcb5..7eaa1e5c8 100644 --- a/cypress/integration/mon-entreprise/landing.js +++ b/cypress/integration/mon-entreprise/landing.js @@ -11,7 +11,7 @@ describe('Landing test', function() { }) it('should display actionnable items', function() { cy.visit('/') - cy.contains(fr ? 'Créer une entreprise' : 'Create a company in France') + cy.contains(fr ? 'Créer une entreprise' : 'Create a company') cy.contains(fr ? 'Gérer mon activité' : 'Manage my business') }) })