From 609f3aeb1026b0b11e57a9af47ad9902a35619f6 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 22 Sep 2022 11:23:24 +0800 Subject: [PATCH] chore(cypress): update kanban test name --- .../cypress/integration/common/{4g_kanban.js => 4h_kanban.js} | 0 scripts/cypress/integration/test/restViews.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/cypress/integration/common/{4g_kanban.js => 4h_kanban.js} (100%) 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");