ToolJet/cypress-tests/cypress/e2e/regressionSuite/appBuilder/queryPanel/queryManagerRegression.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
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", () => {});
});