Fix E2E tests
parent
50aec66186
commit
cf23cf47c7
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue