From 3aec51fd9c5d775fcabcada1943858ec88c8af7f Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 8 Oct 2020 10:29:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20R=C3=A9pare=20les=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IndépendantExplanation.tsx | 6 +++--- mon-entreprise/source/locales/ui-en.yaml | 6 ++++++ .../sites/mon-entreprise.fr/pages/Stats/Stats.tsx | 2 +- .../__snapshots__/simulations.jest.js.snap | 14 +++++++------- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx b/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx index 45c5a5ab5..9a5e909d1 100644 --- a/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx +++ b/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx @@ -9,7 +9,7 @@ import urssafSrc from 'Images/urssaf.svg' import * as Animate from 'Components/ui/animate' import { default as React, useContext } from 'react' import { Trans, useTranslation } from 'react-i18next' -import { DottedName } from 'Rules/' +import { DottedName } from 'Rules' import styled from 'styled-components' export default function IndépendantExplanation() { const engine = useContext(EngineContext) @@ -103,10 +103,10 @@ function CaisseRetraite() { return ( <> {['CARCDSF', 'CARPIMKO', 'CIPAV', 'CARMF'].map(caisse => { - const dottedName: DottedName = `dirigeant . indépendant . PL . ${caisse}` + const dottedName = `dirigeant . indépendant . PL . ${caisse}` as DottedName const { description, références } = engine.evaluate(dottedName) return ( - +
{ - const details = simulators.find(({ path }) => path.includes(label)) + const details = simulators.find(({ path }) => path?.includes(label)) if (!details) { return null } diff --git a/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap b/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap index cbb5f572c..56dcf1580 100644 --- a/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap +++ b/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap @@ -263,33 +263,33 @@ Notifications affichées : entreprise . catégorie d'activité . libérale règl `; exports[`calculate simulations-professions-libérales: sage-femme 1`] = ` -"[0,40086,0,0,4,0] +"[0,37617,0,0,4,0] Notifications affichées : entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 2`] = ` "[0,14852,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 3`] = ` "[0,2728,0,0,3,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, dirigeant . indépendant . PL . CARCDSF . sage-femme . exonération PCV, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, dirigeant . indépendant . PL . CARCDSF . sage-femme . exonération PCV, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 4`] = ` "[0,14852,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 5`] = ` "[0,14775,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 6`] = ` -"[0,14698,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +"[0,14699,0,0,4,0] +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-rémunération-dirigeant (assimilé salarié): ACRE 1`] = `"[605,0,0,7184,4,13]"`;