Skip to content

Commit a43f5c6

Browse files
allow grandchildren and so on
1 parent c3d5f7f commit a43f5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_tests/fixtures/VueNodeHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class VueNodeHelpers {
6666
*/
6767
async selectNode(nodeId: string): Promise<void> {
6868
await this.page
69-
.locator(`[data-node-id="${nodeId}"] > .lg-node-header`)
69+
.locator(`[data-node-id="${nodeId}"] .lg-node-header`)
7070
.click()
7171
}
7272

0 commit comments

Comments
 (0)