Skip to content

Commit e7f0f3f

Browse files
Update docs/dom-testing-library/api-configuration.mdx
Co-authored-by: Tim Deschryver <[email protected]>
1 parent b3e0db7 commit e7f0f3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/dom-testing-library/api-configuration.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,8 @@ However, there is no direct way to query paragraphs using the config object para
147147
`getByRole('paragraph', { name: 'Hello World' })`.
148148

149149
To address this issue, you can leverage a custom function to validate the
150-
element's structure and suppress the error, see
151-
[#1306](https://github.com/testing-library/dom-testing-library/issues/1306)
152-
and the example below:
150+
element's structure, as shown in the example below.
151+
More information can be found in the [GitHub issue](https://github.com/testing-library/dom-testing-library/issues/1306)
153152

154153
```js
155154
getByRole('paragraph', {

0 commit comments

Comments
 (0)