Removed test for collapse/open Property pane (#4059)

This commit is contained in:
NandanAnantharamu 2021-04-20 11:28:30 +05:30 committed by GitHub
parent 270fdf5401
commit 256f64aefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,21 +10,8 @@ describe("Table Widget property pane feature validation", function() {
cy.addDsl(dsl);
});
it("Check collapse section feature in property pane", function() {
cy.openPropertyPane("tablewidget");
//check open and collapse
cy.get(commonlocators.collapsesection)
.first()
.should("be.visible")
.click();
cy.assertControlVisibility("tabledata");
});
it("Check open section and column data in property pane", function() {
cy.get(commonlocators.collapsesection)
.scrollIntoView()
.first()
.click();
cy.openPropertyPane("tablewidget");
cy.tableColumnDataValidation("id");
cy.tableColumnDataValidation("email");
cy.tableColumnDataValidation("userName");