Skip to content

Commit

Permalink
e2e-test: add new currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-arnauer committed Apr 19, 2021
1 parent 185e293 commit 28a39f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e-test/cypress/support/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ export const currencies = {
USD: { symbol: "$" },
BRL: { symbol: "R$" },
XOF: { symbol: "CFA" },
DKK: { symbol: "kr." }
DKK: { symbol: "kr." },
TND: { symbol: "DT" },
ETB: { symbol: "Br" }
};

export const languages = ["en-gb", "fr", "pt", "de", "ka"];
Expand Down

0 comments on commit 28a39f7

Please sign in to comment.