From 23ead8e257805278437d91c885384d202ccf82ed Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:33:21 +0530 Subject: [PATCH] test: cypress corrections for i18n update-2 Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/integration/common/3c_lookup_column.js | 2 +- scripts/cypress/integration/common/3d_rollup_column.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cypress/integration/common/3c_lookup_column.js b/scripts/cypress/integration/common/3c_lookup_column.js index b0b9198763..3b96f7e2ae 100644 --- a/scripts/cypress/integration/common/3c_lookup_column.js +++ b/scripts/cypress/integration/common/3c_lookup_column.js @@ -38,7 +38,7 @@ export const genTest = (apiType, dbType) => { cy.getActiveMenu().contains("Lookup").click(); // Configure Child table & column names - fetchParentFromLabel("Child Table"); + fetchParentFromLabel("Child table"); cy.getActiveMenu().contains(childTable).click(); fetchParentFromLabel("Child column"); diff --git a/scripts/cypress/integration/common/3d_rollup_column.js b/scripts/cypress/integration/common/3d_rollup_column.js index 4db7e6e6ac..a6ec1055c9 100644 --- a/scripts/cypress/integration/common/3d_rollup_column.js +++ b/scripts/cypress/integration/common/3d_rollup_column.js @@ -46,7 +46,7 @@ export const genTest = (apiType, dbType) => { cy.getActiveMenu().contains("Rollup").click({ force: true }); // Configure Child table & column names - fetchParentFromLabel("Child Table"); + fetchParentFromLabel("Child table"); cy.getActiveMenu().contains(childTable).click(); fetchParentFromLabel("Child column");