We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf953d commit 1f72518Copy full SHA for 1f72518
docs/webdriverio-testing-library/intro.mdx
@@ -24,7 +24,7 @@ npm install --save-dev @testing-library/webdriverio
24
### `setupBrowser`
25
26
Accepts a WebdriverIO [browser object](https://webdriver.io/docs/browserobject)
27
-and returns dom-testing-library [queries](/docs/queries/about) modifed to return
+and returns dom-testing-library [queries](/docs/queries/about.mdx) modifed to return
28
WebdriverIO elements like normal
29
[selectors](https://webdriver.io/docs/selectors/). **All queries are async** and
30
are bound to `document.body` by default.
0 commit comments