Browse Source

test(cypress) enable metasync filter/sort column validation

Signed-off-by: Raju Udava <sivadstala@gmail.com>
pull/914/head
Raju Udava 3 years ago
parent
commit
367e4e8f5e
  1. 3
      scripts/cypress/integration/common/1e_meta_sync.js
  2. 2
      scripts/cypress/integration/test/xcdb-gqlTableOps.js

3
scripts/cypress/integration/common/1e_meta_sync.js

@ -1,6 +1,7 @@
import { mainPage } from "../../support/page_objects/mainPage";
import { loginPage } from "../../support/page_objects/navigation";
import {
getCurrentMode,
getProjectString,
isTestSuiteActive,
isXcdb,
@ -155,7 +156,7 @@ export const genTest = (type, xcdb) => {
"New column(newCol), Column removed(col1)"
);
cy.openTableTab("Table1", 0);
cy.openTableTab("Table1", 9);
cy.deleteTable("Table1");
});
});

2
scripts/cypress/integration/test/xcdb-gqlTableOps.js

@ -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);

Loading…
Cancel
Save