Remove unwanted step in Cypress Map widget test (#2902)

* updated test

* removed the commented line

Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
This commit is contained in:
NandanAnantharamu 2021-02-08 16:20:28 +05:30 committed by GitHub
parent 1aa879d8c2
commit 3d43d04658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,6 @@ if (Cypress.env("APPSMITH_GOOGLE_MAPS_API_KEY")) {
});
it("Map-Check Visible field Validation", function() {
cy.openPropertyPane("mapwidget");
//Check the disableed checkbox and Validate
cy.CheckWidgetProperties(commonlocators.visibleCheckbox);
cy.PublishtheApp();