diff --git a/scripts/cypress/integration/common/4d_table_view_grid_locked.js b/scripts/cypress/integration/common/4d_table_view_grid_locked.js index 7d24db5d5e..3d7da4b404 100644 --- a/scripts/cypress/integration/common/4d_table_view_grid_locked.js +++ b/scripts/cypress/integration/common/4d_table_view_grid_locked.js @@ -76,7 +76,8 @@ export const genTest = (apiType, dbType) => { mainPage.getCell("Country", 1).dblclick(); mainPage.getCell("Country", 1).find("input").should(`${vString}exist`); - cy.get(".nc-row-expand").should(`${vString}exist`); + // the expand button should be always enabled + cy.get(".nc-row-expand").should("exist"); // check if add/ expand options available for 'has many' column type // GUI-v2: TBD