From 0fd592771513dba12e30e6036f3e51c53f469ae9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 6 Jun 2024 05:44:55 +0530 Subject: [PATCH] chore: comment --- server/src/workflow-management/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/workflow-management/utils.ts b/server/src/workflow-management/utils.ts index 43783d97..2523ff1b 100644 --- a/server/src/workflow-management/utils.ts +++ b/server/src/workflow-management/utils.ts @@ -43,7 +43,7 @@ export const getBestSelectorForAction = (action: Action) => { ); } - + // Prefer text selectors for spans, ems over general selectors if ( action.tagName === TagName.Span || action.tagName === TagName.EM ||