We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580050d commit 9c5cc3dCopy full SHA for 9c5cc3d
docs/guide/browser/locators.md
@@ -719,7 +719,7 @@ The `selector` is a string that will be used to locate the element by the browse
719
You should not use this string in your test code. The `selector` string should only be used when working with the Commands API:
720
721
```ts [commands.ts]
722
-import type { BrowserCommand } from '@vitest/browser'
+import type { BrowserCommand } from 'vitest/node'
723
724
const test: BrowserCommand<string> = function test(context, selector) {
725
// playwright
0 commit comments