Skip to content

Commit e0c8adc

Browse files
author
George Griffiths
committed
update example
1 parent 69a7c28 commit e0c8adc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/playwright/custom-engine.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// for your app this would be require("query-selector-shadow-dom/plugins/playwright");
2-
const { selectorEngine } = require("../../plugins/playwright");
1+
const { selectorEngine } = require("query-selector-shadow-dom/plugins/playwright");
32
const playwright = require('playwright')
43

54
const main = async () => {

0 commit comments

Comments
 (0)