Skip to content

Commit

Permalink
feat: mise à jour du test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs committed Feb 3, 2025
1 parent 1782b2d commit 915363c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress/e2e/student.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ context("Full simulation", () => {
foyer.fill__situation("separes")
foyer.fill_bourse_criteres_sociaux_nombre_enfants_a_charge(1)
foyer.fill_bourse_criteres_sociaux_nombre_enfants_a_charge_dans_enseignement_superieur(
1
1,
)

logement.fill__logementType("locataire")
Expand All @@ -39,7 +39,7 @@ context("Full simulation", () => {
logement.fill__en_france(true)
logement.fill_depcom(
"75001",
"_bourseCriteresSociauxCommuneDomicileFamilial"
"_bourseCriteresSociauxCommuneDomicileFamilial",
)
logement.fill__nombreMoisEntreeLogement(-2)

Expand All @@ -55,7 +55,6 @@ context("Full simulation", () => {
projet.fill__dureeMoisEtudesEtranger(2)

results.wait()
results.hasBafaGroupPreviewBenefit(true)
navigate.goToBafaBenefitsPage()
results.hasBafaBenefit()
results.back()
Expand Down

0 comments on commit 915363c

Please sign in to comment.