diff --git a/frontend/spec/support/shared_contexts/locales.rb b/frontend/spec/support/shared_contexts/locales.rb index 925850c9cb4..237199fe959 100644 --- a/frontend/spec/support/shared_contexts/locales.rb +++ b/frontend/spec/support/shared_contexts/locales.rb @@ -10,6 +10,7 @@ end after do + I18n.locale = :en # reset locale after each spec. I18n.reload! end end