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 ||