Skip to content

Commit 9c5cc3d

Browse files
committed
docs: fix import
1 parent 580050d commit 9c5cc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/browser/locators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ The `selector` is a string that will be used to locate the element by the browse
719719
You should not use this string in your test code. The `selector` string should only be used when working with the Commands API:
720720

721721
```ts [commands.ts]
722-
import type { BrowserCommand } from '@vitest/browser'
722+
import type { BrowserCommand } from 'vitest/node'
723723

724724
const test: BrowserCommand<string> = function test(context, selector) {
725725
// playwright

0 commit comments

Comments
 (0)