Skip to content

Commit

Permalink
fix: settings locale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Casares committed Mar 6, 2022
1 parent cf5c50e commit 262a7f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/settings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ fixture`Settings`.page`${process.env.TARGET_URL}/settings`;

[
["English", "Settings"],
["Español", "Configuración"],
["Polski", "Ustawienia"],
["Française", "Réglages"],
["Русский", "Настройки"],
["Spanish", "Configuración"],
["Polish", "Ustawienia"],
["French", "Réglages"],
["Russian", "Настройки"],
].forEach(([lang, label]) =>
test(`Sets application language to '${lang}'`, async (cafe) =>
await cafe
Expand Down

1 comment on commit 262a7f7

@vercel
Copy link

@vercel vercel bot commented on 262a7f7 Mar 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.