diff --git a/scripts/cypress/integration/test/pg-restMisc.js b/scripts/cypress/integration/test/pg-restMisc.js index 74cfd319c0..9eecd3c349 100644 --- a/scripts/cypress/integration/test/pg-restMisc.js +++ b/scripts/cypress/integration/test/pg-restMisc.js @@ -11,6 +11,7 @@ const { setCurrentMode, } = require("../../support/page_objects/projectConstants"); const t8a = require("../common/8a_webhook"); +const t9b = require("../common/9b_ERD"); const nocoTestSuite = (apiType, dbType) => { setCurrentMode(apiType, dbType); @@ -31,7 +32,7 @@ const nocoTestSuite = (apiType, dbType) => { t6f.genTest(apiType, dbType); // ERD: - // t9b.genTest(apiType, dbType); + t9b.genTest(apiType, dbType); // Webhook tests t8a.genTest(apiType, dbType); diff --git a/scripts/cypress/integration/test/xcdb-restMisc.js b/scripts/cypress/integration/test/xcdb-restMisc.js index 84096b84ee..e3719a0291 100644 --- a/scripts/cypress/integration/test/xcdb-restMisc.js +++ b/scripts/cypress/integration/test/xcdb-restMisc.js @@ -8,6 +8,7 @@ let t6f = require("../common/6f_attachments"); let t6g = require("../common/6g_base_share"); let t7a = require("../common/7a_create_project_from_excel"); let t8a = require("../common/8a_webhook"); +const t9b = require("../common/9b_ERD"); const { setCurrentMode, @@ -33,7 +34,7 @@ const nocoTestSuite = (apiType, dbType) => { t6f.genTest(apiType, dbType); // ERD: - // t9b.genTest(apiType, dbType); + t9b.genTest(apiType, dbType); // Webhook tests t8a.genTest(apiType, dbType);