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", () => {}); });