diff --git a/app/client/cypress/e2e/Regression/ClientSide/BugTests/InputTruncateCheck_Spec.ts b/app/client/cypress/e2e/Regression/ClientSide/BugTests/InputTruncateCheck_Spec.ts index a571b64ac4..94055aa9e5 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/BugTests/InputTruncateCheck_Spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/BugTests/InputTruncateCheck_Spec.ts @@ -93,7 +93,7 @@ Object.entries(widgetsToTest).forEach(([widgetSelector, testConfig], index) => { if (index === 0) { configureApi(); } - // entityExplorer.PinUnpinEntityExplorer(false); + entityExplorer.PinUnpinEntityExplorer(false); entityExplorer.DragDropWidgetNVerify(widgetSelector, 300, 200); entityExplorer.DragDropWidgetNVerify(draggableWidgets.BUTTON, 400, 400); //entityExplorer.SelectEntityByName(draggableWidgets.BUTTONNAME("1")); @@ -110,7 +110,7 @@ Object.entries(widgetsToTest).forEach(([widgetSelector, testConfig], index) => { PROPERTY_SELECTOR.TextFieldName, `{{appsmith.store.textPayloadOnSubmit}}`, ); - // entityExplorer.PinUnpinEntityExplorer(true); + entityExplorer.PinUnpinEntityExplorer(true); }); it("2. StoreValue should have complete input value", () => {