💚 répare les tests circle-ci
parent
c72857b52d
commit
f838743f94
|
@ -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')
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue