From 2d9b678398b96b81b7a17ad0e49680f789594a0c Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:26:04 +0530 Subject: [PATCH] fix: cypress corrections as per new lang order Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/integration/common/6d_language_validation.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/cypress/integration/common/6d_language_validation.js b/scripts/cypress/integration/common/6d_language_validation.js index bc0aef203c..2de8984d21 100644 --- a/scripts/cypress/integration/common/6d_language_validation.js +++ b/scripts/cypress/integration/common/6d_language_validation.js @@ -44,6 +44,7 @@ export const genTest = (apiType, dbType) => { }; let langMenu = [ + "bn.json", "da.json", "de.json", "en.json", @@ -51,6 +52,7 @@ export const genTest = (apiType, dbType) => { "fa.json", "fi.json", "fr.json", + "hi.json", "hr.json", "id.json", "it_IT.json", @@ -66,8 +68,8 @@ export const genTest = (apiType, dbType) => { "sv.json", "th.json", "tr.json", - "uk.json", "vi.json", + "uk.json", "zh_CN.json", "zh_HK.json", "zh_TW.json",