From 02e013c1504ee0194650e3d194c6a5a2e8b0f6e0 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Mon, 27 Jun 2022 13:23:45 +0530 Subject: [PATCH] fix: cypress correction for ltar name change Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- .../integration/common/1d_table_view_drag_drop_reorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js b/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js index e6582ab0b6..2aa191b0ab 100644 --- a/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js +++ b/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js @@ -65,7 +65,7 @@ export const genTest = (apiType, dbType) => { validateTreeField(2, "Address"); validateTreeField(12, "Staff"); validateTreeField(13, "ActorInfo"); - validateTreeField(14, "Customer List"); + validateTreeField(14, "CustomerList"); // undo project-tree expand operation cy.get(".nc-project-tree")