From ddce8471793fee9f342b66a565063e5c93857631 Mon Sep 17 00:00:00 2001 From: mateonunez Date: Sat, 22 Oct 2022 17:42:41 +0200 Subject: [PATCH] test(grid-locked): expand element should always exist --- .../cypress/integration/common/4d_table_view_grid_locked.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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