diff --git a/scripts/cypress/integration/common/4g_kanban.js b/scripts/cypress/integration/common/4h_kanban.js similarity index 100% rename from scripts/cypress/integration/common/4g_kanban.js rename to scripts/cypress/integration/common/4h_kanban.js diff --git a/scripts/cypress/integration/test/restViews.js b/scripts/cypress/integration/test/restViews.js index c0b3d5309e..de12f4213a 100644 --- a/scripts/cypress/integration/test/restViews.js +++ b/scripts/cypress/integration/test/restViews.js @@ -7,7 +7,7 @@ let t4d = require("../common/4d_table_view_grid_locked"); let t4e = require("../common/4e_form_view_share"); let t4f = require("../common/4f_grid_view_share"); let t4g = require("../common/4g_table_view_expanded_form"); -let t4h = require("../common/4g_kanban"); +let t4h = require("../common/4h_kanban"); const { setCurrentMode, } = require("../../support/page_objects/projectConstants");