mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
16 lines
336 B
JavaScript
16 lines
336 B
JavaScript
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", () => {});
|
|
});
|