We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24b6be commit 83074aaCopy full SHA for 83074aa
README.md
@@ -434,6 +434,11 @@ expect(getByText('Visible Example')).toBeVisible()
434
expect(getByText('Hidden Attribute Example')).not.toBeVisible()
435
```
436
437
+> This custom matcher does not take into account the presence or absence of the
438
+> `aria-hidden` attribute. For more on why this is the case, check
439
+> [#162](https://github.com/testing-library/jest-dom/issues/162) and related
440
+> [#144](https://github.com/testing-library/jest-dom/issues/144).
441
+
442
<hr />
443
444
### `toContainElement`
0 commit comments