Test acre qui changent
parent
e1695d1b30
commit
59016ba04d
|
@ -134,7 +134,7 @@ describe(`Formulaire demande mobilité (${
|
|||
cy.focused().type('Docker').tab().type('Docker')
|
||||
|
||||
cy.contains('Statut marital').click({ force: true })
|
||||
cy.contains('Divorcé').click()
|
||||
cy.contains('Divorcé').click({ force: true })
|
||||
cy.contains("Le salarié sera-t'il accompagné d'ayants droits")
|
||||
.parent()
|
||||
.next()
|
||||
|
@ -153,9 +153,12 @@ describe(`Formulaire demande mobilité (${
|
|||
.type('1978-04-21')
|
||||
.tab()
|
||||
cy.contains('Lien de parenté').click({ force: true })
|
||||
cy.contains('Enfant').click()
|
||||
cy.focused().tab()
|
||||
cy.focused().type('{downarrow}').wait(500)
|
||||
cy.contains('Enfant').click({ force: true })
|
||||
cy.contains("Souhaitez-vous partager d'autres informations")
|
||||
.parent()
|
||||
.next()
|
||||
.contains('Non')
|
||||
.click()
|
||||
|
||||
// download PDF
|
||||
cy.contains(
|
||||
|
|
|
@ -7,13 +7,13 @@ exports[`calculate simulations-auto-entrepreneur > ACRE 2`] = `
|
|||
Notifications affichées : dirigeant . auto-entrepreneur . notification calcul ACRE annuel"
|
||||
`;
|
||||
|
||||
exports[`calculate simulations-auto-entrepreneur > ACRE 3`] = `"[34443,370,30000,0,30000]"`;
|
||||
|
||||
exports[`calculate simulations-auto-entrepreneur > ACRE 4`] = `
|
||||
"[45273,439,40000,0,40000]
|
||||
exports[`calculate simulations-auto-entrepreneur > ACRE 3`] = `
|
||||
"[32086,174,30000,0,30000]
|
||||
Notifications affichées : dirigeant . auto-entrepreneur . notification calcul ACRE annuel"
|
||||
`;
|
||||
|
||||
exports[`calculate simulations-auto-entrepreneur > ACRE 4`] = `"[45938,495,40000,0,40000]"`;
|
||||
|
||||
exports[`calculate simulations-auto-entrepreneur > ACRE 5`] = `
|
||||
"[21390,116,20000,0,20000]
|
||||
Notifications affichées : dirigeant . auto-entrepreneur . notification calcul ACRE annuel"
|
||||
|
|
|
@ -29,10 +29,10 @@ ACRE:
|
|||
entreprise . date de création: 01/01/2020
|
||||
entreprise . ACRE: oui
|
||||
- dirigeant . auto-entrepreneur . net de cotisations: 30000 €/an
|
||||
entreprise . date de création: 01/06/2020
|
||||
entreprise . date de création: 01/06/2021
|
||||
entreprise . ACRE: oui
|
||||
- dirigeant . auto-entrepreneur . net de cotisations: 40000 €/an
|
||||
entreprise . date de création: 01/06/2019
|
||||
entreprise . date de création: 01/06/2020
|
||||
entreprise . ACRE: oui
|
||||
- dirigeant . auto-entrepreneur . net de cotisations: 20000 €/an
|
||||
entreprise . date de création: 01/01/2022
|
||||
|
|
Loading…
Reference in New Issue