Stabilize i18n in test
eric-burel opened this issue · 0 comments
eric-burel commented
Is your feature request related to a problem? Please describe.
Allow to run test on components that use i18n consistently.
Describe the solution you'd like
Either always pick the same locale or no locale (using just the i18n key) during unit testing to avoid breaking changes. Same for e2e testing (we can set the browser to English in Cypress for instance).
Describe alternatives you've considered
Need to configure Jest and Cypress