Browse Source

test: CY crowdin integration fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3556/head
Raju Udava 2 years ago
parent
commit
7ea5ae75f1
  1. 6
      scripts/cypress/integration/common/6d_language_validation.js

6
scripts/cypress/integration/common/6d_language_validation.js

@ -61,7 +61,7 @@ export const genTest = (apiType, dbType) => {
let langMenu = [
"ar.json",
"bn.json",
"bn_IN.json",
"da.json",
"de.json",
"en.json",
@ -89,8 +89,8 @@ export const genTest = (apiType, dbType) => {
"tr.json",
"uk.json",
"vi.json",
"zh_Hans.json",
"zh_Hant.json",
"zh-Hans.json",
"zh-Hant.json",
];
// Index is the order in which menu options appear

Loading…
Cancel
Save