From 738f5940f2fab959b06043279b504cb64e0d1f06 Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Thu, 16 Sep 2021 18:19:46 +0530 Subject: [PATCH] Updated test (#7535) --- .../Smoke_TestSuite/ClientSideTests/FormWidgets/Input_spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Input_spec.js b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Input_spec.js index 044c44f45b..1fd8575dc9 100644 --- a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Input_spec.js +++ b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Input_spec.js @@ -202,7 +202,6 @@ describe("Input Widget Functionality", function() { }); it("Input value of number type should reflect the default text value 0", () => { - cy.openPropertyPane("inputwidget"); cy.selectDropdownValue(commonlocators.dataType, "Number"); cy.get(widgetsPage.defaultInput) .click({ force: true })