Skip to content

Commit 06a2e89

Browse files
committed
test: Update locator for selected nodes
1 parent 580f432 commit 06a2e89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

browser_tests/fixtures/VueNodeHelpers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export class VueNodeHelpers {
1717
* Get locator for selected Vue node components (using visual selection indicators)
1818
*/
1919
get selectedNodes(): Locator {
20-
return this.page.locator(
21-
'[data-node-id].outline-black, [data-node-id].outline-white'
22-
)
20+
return this.page.locator('[data-node-id].outline-node-component-outline')
2321
}
2422

2523
/**

0 commit comments

Comments
 (0)