ToolJet/cypress-tests/cypress/e2e/regressionSuite/appBuilder/queryPanel/queryEditorRegression.cy.js

17 lines
382 B
JavaScript
Raw Normal View History

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