Fix E2E tests

pull/2347/head
Johan Girod 2022-11-01 11:09:07 +01:00
parent 50aec66186
commit cf23cf47c7
2 changed files with 5 additions and 5 deletions

View File

@ -110,10 +110,10 @@ protection sociale . retraite . base . trimestres . indépendant:
<<: *bareme_trimestre
assiette:
nom: revenu cotisé
condition:
si: dirigeant . indépendant . PL . CNAVPL . exonération incapacité
alors: 0€/an
sinon: dirigeant . indépendant . cotisations et contributions . retraite de base / dirigeant . indépendant . cotisations et contributions . retraite de base . taux
variations:
- si: dirigeant . indépendant . PL . CNAVPL . exonération incapacité
alors: 0€/an
- sinon: dirigeant . indépendant . cotisations et contributions . retraite de base / dirigeant . indépendant . cotisations et contributions . retraite de base . taux
références:
Article R351-9 du code de la sécurité sociale: https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000028751530/2014-03-21
Article R634-1 du code de la sécurité sociale: https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000038787378

View File

@ -27,6 +27,6 @@ describe('Recherche globales', function () {
cy.contains('Règles de calculs')
.next()
.find('li')
.should('have.length.of.at.least', 2)
.should('have.length.of.at.least', 1)
})
})