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");