From cee8713a09b3f1dda148d092415eccfe0892bd56 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:32:08 +0530 Subject: [PATCH] fix: class name typo Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/integration/common/3c_lookup_column.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cypress/integration/common/3c_lookup_column.js b/scripts/cypress/integration/common/3c_lookup_column.js index fc1bd6ab66..2656041826 100644 --- a/scripts/cypress/integration/common/3c_lookup_column.js +++ b/scripts/cypress/integration/common/3c_lookup_column.js @@ -60,7 +60,7 @@ export const genTest = (apiType, dbType) => { cy.getActiveSelection('.nc-dropdown-relation-table').find('.ant-select-item-option').contains(childTable).click(); fetchParentFromLabel("Child column"); - cy.getActiveSelection('nc-dropdown-relation-column').find('.ant-select-item-option').contains(childCol).click(); + cy.getActiveSelection('.nc-dropdown-relation-column').find('.ant-select-item-option').contains(childCol).click(); cy.get(".ant-btn-primary").contains("Save").should('exist').click(); cy.toastWait(`Column created`);