From d3cbfce065f579e7ec30434c7e035f360a23d42f Mon Sep 17 00:00:00 2001 From: Albin Date: Thu, 30 Jan 2025 10:18:41 +0530 Subject: [PATCH] fix: eslint error --- .../ClientSide/PropertyPane/PropertyPane_Search_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/PropertyPane/PropertyPane_Search_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/PropertyPane/PropertyPane_Search_spec.ts index 626d44bf7f3d..95a260cb5b13 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/PropertyPane/PropertyPane_Search_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/PropertyPane/PropertyPane_Search_spec.ts @@ -12,7 +12,7 @@ describe("Property Pane Search", { tags: ["@tag.PropertyPane"] }, function () { agHelper.AddDsl("swtchTableV2Dsl"); }); - // skipping this because this feature is not + // skipping this because this feature is not it.skip("1. Verify if the search Input is getting focused when a widget is selected", function () { EditorNavigation.SelectEntityByName("Table1", EntityType.Widget);