chore: comment

This commit is contained in:
karishmas6
2024-06-06 05:44:55 +05:30
parent 8da75c5419
commit 0fd5927715

View File

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