From f838743f94a2133f11ec34ac4e3d9a64259ca128 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Sun, 26 Jan 2020 18:25:19 +0100 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20r=C3=A9pare=20les=20tests=20c?= =?UTF-8?q?ircle-ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cypress/integration/mon-entreprise/simulateurs.js | 2 +- source/engine/RuleInput.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/mon-entreprise/simulateurs.js b/cypress/integration/mon-entreprise/simulateurs.js index a139c41f2..b21152345 100644 --- a/cypress/integration/mon-entreprise/simulateurs.js +++ b/cypress/integration/mon-entreprise/simulateurs.js @@ -91,7 +91,7 @@ describe('Simulateurs', function() { cy.contains('Passer').click() cy.contains('Début 2020').click() cy.contains('Suivant').click() - cy.contains('Acre') + cy.contains('ACRE') }) } }) diff --git a/source/engine/RuleInput.tsx b/source/engine/RuleInput.tsx index 67a2baa32..566cde769 100644 --- a/source/engine/RuleInput.tsx +++ b/source/engine/RuleInput.tsx @@ -105,7 +105,7 @@ export default function InputComponent({ {...commonProps} language={language} debounce={600} - value={value} + value={value as string} name={dottedName} className="targetInput" onChange={evt => onChange(evt.target.value)}