From 3d43d046581c32228e3f73fbbdc360fa37bcf441 Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Mon, 8 Feb 2021 16:20:28 +0530 Subject: [PATCH] Remove unwanted step in Cypress Map widget test (#2902) * updated test * removed the commented line Co-authored-by: nandan.anantharamu --- .../integration/Smoke_TestSuite/DisplayWidgets/Map_spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/cypress/integration/Smoke_TestSuite/DisplayWidgets/Map_spec.js b/app/client/cypress/integration/Smoke_TestSuite/DisplayWidgets/Map_spec.js index 0037464370..71f53b8d3b 100644 --- a/app/client/cypress/integration/Smoke_TestSuite/DisplayWidgets/Map_spec.js +++ b/app/client/cypress/integration/Smoke_TestSuite/DisplayWidgets/Map_spec.js @@ -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();