ToolJet/cypress-tests/cypress/e2e/regressionSuite/appBuilder/queryPanel/queryEditorRegression.cy.js
Midhun Kumar E 1a723fa415
App Builder cypress suite optimised. (#7325)
* Add new commands file

* Modify Index

* Modify appbuiler specs

* Minor data-cy modification

* Minor toast label change.

* Fix Failing specs
2023-09-04 09:35:12 +05:30

16 lines
382 B
JavaScript

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