Browse Source

chore(cypress): update kanban test name

pull/3818/head
Wing-Kam Wong 2 years ago
parent
commit
609f3aeb10
  1. 0
      scripts/cypress/integration/common/4h_kanban.js
  2. 2
      scripts/cypress/integration/test/restViews.js

0
scripts/cypress/integration/common/4g_kanban.js → scripts/cypress/integration/common/4h_kanban.js

2
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");

Loading…
Cancel
Save