Browse Source

test: cypress corrections for i18n update-2

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1365/head
Raju Udava 2 years ago
parent
commit
23ead8e257
  1. 2
      scripts/cypress/integration/common/3c_lookup_column.js
  2. 2
      scripts/cypress/integration/common/3d_rollup_column.js

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

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

Loading…
Cancel
Save