test(cypress) enable metasync filter/sort column validation

Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
Raju Udava
2022-01-02 19:05:02 +05:30
parent 10b2cec9ee
commit 367e4e8f5e
2 changed files with 3 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ const {
const executionMode = 1;
const nocoTestSuite = (type, xcdb) => {
setCurrentMode(type, xcdb);
if (0 == executionMode) {
setCurrentMode(type, xcdb);
t0.genTest(type, xcdb);
} else {
t01.genTest(type, xcdb);