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:
parent
1aa879d8c2
commit
3d43d04658
|
|
@ -128,7 +128,6 @@ if (Cypress.env("APPSMITH_GOOGLE_MAPS_API_KEY")) {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Map-Check Visible field Validation", function() {
|
it("Map-Check Visible field Validation", function() {
|
||||||
cy.openPropertyPane("mapwidget");
|
|
||||||
//Check the disableed checkbox and Validate
|
//Check the disableed checkbox and Validate
|
||||||
cy.CheckWidgetProperties(commonlocators.visibleCheckbox);
|
cy.CheckWidgetProperties(commonlocators.visibleCheckbox);
|
||||||
cy.PublishtheApp();
|
cy.PublishtheApp();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user