You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
restore the overriden locale on tearDown - avoid interfering with any configured value
Previously this change was not resetting the locale after changing it to
'en' - which affected other tests which relied on this value being the
configured value (however it was configured).
This mirrors the pattern used for the timezone, storing it to be reset
on tearDown.
0 commit comments