describe("Query Editor", () => { beforeEach(() => { cy.appUILogin(); cy.createApp(); }); it("should verify Elements on query editor", () => {}); it("should verify Functionality of query editor", () => {}); it("should verify imported app's queries", () => {}); it("should verify transformation", () => {}); it("should verify Event Handler", () => {}); });