From 5233d92df6289abd0feb7f81fe22c1630c4093fe Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Mon, 14 Oct 2024 11:57:59 +0200 Subject: [PATCH] =?UTF-8?q?tests:=20met=20=C3=A0=20jour=20les=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test-e2e/__snapshots__/index.test.ts.snap | 4 ---- .../__snapshots__/indépendant.test.ts.snap | 16 +++++++++------- .../professions-libérales.test.ts.snap | 12 +++++------- site/test/regressions/auto-entrepreneur.test.ts | 1 - 4 files changed, 14 insertions(+), 19 deletions(-) diff --git a/api/source/test-e2e/__snapshots__/index.test.ts.snap b/api/source/test-e2e/__snapshots__/index.test.ts.snap index 43f22d42c..320f675d5 100644 --- a/api/source/test-e2e/__snapshots__/index.test.ts.snap +++ b/api/source/test-e2e/__snapshots__/index.test.ts.snap @@ -492,8 +492,6 @@ exports[`e2e test mon-entreprise api > Test evaluate micro entreprise 2`] = ` "evaluate": [ { "missingVariables": [ - "dirigeant . auto-entrepreneur . éligible à l'ACRE", - "dirigeant . exonérations . ACRE", "entreprise . activités . revenus mixtes", "établissement . commune . département", "établissement . commune . département . outre-mer", @@ -514,8 +512,6 @@ exports[`e2e test mon-entreprise api > Test evaluate micro entreprise 2`] = ` }, { "missingVariables": [ - "dirigeant . auto-entrepreneur . éligible à l'ACRE", - "dirigeant . exonérations . ACRE", "entreprise . activités . revenus mixtes", "établissement . commune . département", "établissement . commune . département . outre-mer", diff --git a/site/test/regressions/__snapshots__/indépendant.test.ts.snap b/site/test/regressions/__snapshots__/indépendant.test.ts.snap index c13ea86a2..84654dfd2 100644 --- a/site/test/regressions/__snapshots__/indépendant.test.ts.snap +++ b/site/test/regressions/__snapshots__/indépendant.test.ts.snap @@ -85,15 +85,17 @@ Notifications affichées : entreprise . TVA . franchise de TVA . notification" `; exports[`calculate simulations-indépendant > années précédentes 3`] = ` -"dirigeant . indépendant . cotisations et contributions . début activité: undefined -dirigeant . indépendant . revenu professionnel: undefined -dirigeant . rémunération . cotisations: undefined +"dirigeant . indépendant . cotisations et contributions . début activité: 3559 +dirigeant . indépendant . revenu professionnel: 31191 +dirigeant . rémunération . cotisations: 13973 dirigeant . rémunération . net: 30000 -dirigeant . rémunération . net . après impôt: undefined -dirigeant . rémunération . totale: undefined +dirigeant . rémunération . net . après impôt: 26637 +dirigeant . rémunération . totale: 43973 entreprise . charges: 0 -entreprise . chiffre d'affaires: undefined -impôt . montant: undefined" +entreprise . chiffre d'affaires: 43973 +impôt . montant: 3363 + +Notifications affichées : entreprise . TVA . franchise de TVA . notification" `; exports[`calculate simulations-indépendant > conjoint collaborateur 1`] = ` diff --git a/site/test/regressions/__snapshots__/professions-libérales.test.ts.snap b/site/test/regressions/__snapshots__/professions-libérales.test.ts.snap index eebde9778..9ef5ea07b 100644 --- a/site/test/regressions/__snapshots__/professions-libérales.test.ts.snap +++ b/site/test/regressions/__snapshots__/professions-libérales.test.ts.snap @@ -60,16 +60,14 @@ protection sociale . retraite . trimestres: 4" `; exports[`calculate simulations-professions-libérales > CIPAV années précédentes 3`] = ` -"dirigeant . indépendant . cotisations et contributions: 6372 +"dirigeant . indépendant . cotisations et contributions: 11587 dirigeant . rémunération . net: 30000 -dirigeant . rémunération . net . après impôt: 26699 -entreprise . chiffre d'affaires: 36372 -impôt . montant: 3301 +dirigeant . rémunération . net . après impôt: 26656 +entreprise . chiffre d'affaires: 41587 +impôt . montant: 3344 protection sociale . retraite . base: null protection sociale . retraite . complémentaire: 0 -protection sociale . retraite . trimestres: 0 - -Notifications affichées : entreprise . TVA . franchise de TVA . notification" +protection sociale . retraite . trimestres: 0" `; exports[`calculate simulations-professions-libérales > CIPAV conjoint collaborateur 1`] = ` diff --git a/site/test/regressions/auto-entrepreneur.test.ts b/site/test/regressions/auto-entrepreneur.test.ts index 7d5632477..2d3d898b3 100644 --- a/site/test/regressions/auto-entrepreneur.test.ts +++ b/site/test/regressions/auto-entrepreneur.test.ts @@ -39,7 +39,6 @@ it('calculate simulations-auto-entrepreneur', () => { ).toMatchInlineSnapshot(` [ "dirigeant . auto-entrepreneur . impôt . versement libératoire", - "dirigeant . auto-entrepreneur . éligible à l'ACRE", "entreprise . activité . nature", "entreprise . activités . revenus mixtes", "entreprise . activités . service ou vente",