Skip to content

Commit

Permalink
Fix e2e tests failing with translations
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselly authored and kevsul committed Dec 6, 2023
1 parent d05a8c3 commit 69b3285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import i18next from 'i18next';

const I18n = i18next;

setLocales(webLocales);
setLocales(webLocales.en);

export default I18n;

0 comments on commit 69b3285

Please sign in to comment.