Browse Source

test: missed out xcdb pre test configuration

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3428/head
Raju Udava 2 years ago
parent
commit
ca9b25b155
  1. 1
      scripts/cypress-v2/integration/test/xcdb-restRoles.js

1
scripts/cypress-v2/integration/test/xcdb-restRoles.js

@ -11,6 +11,7 @@ const {
const executionMode = 1;
const nocoTestSuite = (apiType, dbType) => {
setCurrentMode(apiType, dbType);
t01.genTest(apiType, dbType);
t5a.genTest(apiType, dbType);

Loading…
Cancel
Save