ToolJet/queryPanel/queryManagerRegression.cy.js

17 lines
336 B
JavaScript
Raw Normal View History

describe("Query Manager", () => {
beforeEach(() => {
cy.appUILogin();
cy.createApp();
});
it("should verify Elements on query Manager", () => {});
it("should verify Filter", () => {});
it("should verify Sort", () => {});
it("should verify Filetr", () => {});
it("should verify Curd operation", () => {});
});