Skip to content

Commit 52b7671

Browse files
committed
feat: !push parentSelector
1 parent 94df794 commit 52b7671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/workflow-management/selector.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,6 @@ export const getChildSelectors = async (page: Page, parentSelector: string): Pro
10151015
const childPath = getSelectorPath(child);
10161016
if (childPath) {
10171017
selectors.push(childPath); // Add direct child path
1018-
selectors.push(parentSelector)
10191018
selectors = selectors.concat(getAllDescendantSelectors(child)); // Recursively process descendants
10201019
}
10211020
}

0 commit comments

Comments
 (0)