From 26076d6e46c622f87c20838549af1845dabc7881 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Fri, 2 Sep 2022 21:05:30 +0530 Subject: [PATCH] fix: i18n text correction Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .../integration/common/2a_table_with_belongs_to_colulmn.js | 2 +- .../cypress-v2/integration/common/2b_table_with_m2m_column.js | 2 +- .../integration/common/2a_table_with_belongs_to_colulmn.js | 2 +- scripts/cypress/integration/common/2b_table_with_m2m_column.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/cypress-v2/integration/common/2a_table_with_belongs_to_colulmn.js b/scripts/cypress-v2/integration/common/2a_table_with_belongs_to_colulmn.js index 021e95cf5d..137ab4a2c1 100644 --- a/scripts/cypress-v2/integration/common/2a_table_with_belongs_to_colulmn.js +++ b/scripts/cypress-v2/integration/common/2a_table_with_belongs_to_colulmn.js @@ -65,7 +65,7 @@ export const genTest = (apiType, dbType) => { .then(() => { // Link record form validation - cy.getActiveModal().contains("Link Record").should("exist"); + cy.getActiveModal().contains("Link record").should("exist"); cy.getActiveModal() .find(".nc-reload") .should("exist"); diff --git a/scripts/cypress-v2/integration/common/2b_table_with_m2m_column.js b/scripts/cypress-v2/integration/common/2b_table_with_m2m_column.js index adedccf4a2..ea3c2ecbeb 100644 --- a/scripts/cypress-v2/integration/common/2b_table_with_m2m_column.js +++ b/scripts/cypress-v2/integration/common/2b_table_with_m2m_column.js @@ -70,7 +70,7 @@ export const genTest = (apiType, dbType) => { .click() .then(() => { // Link record form validation - cy.getActiveModal().contains("Link Record").should("exist"); + cy.getActiveModal().contains("Link record").should("exist"); cy.getActiveModal() .find(".nc-reload") .should("exist"); diff --git a/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js b/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js index ddb3fe8cca..91ad12cac7 100644 --- a/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js +++ b/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js @@ -63,7 +63,7 @@ export const genTest = (apiType, dbType) => { cy.snipActiveModal("Modal_BT_LinkRecord"); // Link record form validation - cy.getActiveModal().contains("Link Record").should("exist"); + cy.getActiveModal().contains("Link record").should("exist"); cy.getActiveModal() .find("button.mdi-reload") .should("exist"); diff --git a/scripts/cypress/integration/common/2b_table_with_m2m_column.js b/scripts/cypress/integration/common/2b_table_with_m2m_column.js index fccd9953b1..a56abacc4e 100644 --- a/scripts/cypress/integration/common/2b_table_with_m2m_column.js +++ b/scripts/cypress/integration/common/2b_table_with_m2m_column.js @@ -64,7 +64,7 @@ export const genTest = (apiType, dbType) => { .then(() => { cy.snipActiveModal("Modal_M2M_LinkToRecord"); // Link record form validation - cy.getActiveModal().contains("Link Record").should("exist"); + cy.getActiveModal().contains("Link record").should("exist"); cy.getActiveModal() .find("button.mdi-reload") .should("exist");