openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
259 stars 83 forks source link

✅(frontend) fix flaky test #2280

Closed rlecellier closed 7 months ago

rlecellier commented 7 months ago

DashboardCreditCardsManagement test about credit card expiration date use a date in less than 3 month in the future. This date some time happen to be exactly 3 month, just a few hours before the treshold of 3 month. As CreditCardHelper.isExpiredSoon only check year and month and not hours, the test failed.