You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,8 +325,7 @@ An element is visible if **all** the following conditions are met:
325
325
- it does not have its style property `display` set to `none`.
326
326
- it does not have its style property `opacity` set to `0`.
327
327
- it is not a `Modal` component or it does not have the prop `visible` set to `false`.
328
-
- it is accessible (i.e. `accessibilityElementsHidden` prop is not defined or `false`, and
329
-
`importantForAccessibility` prop is not equal to `no-hide-descendants`).
328
+
- it is not hidden from accessibility as checked by [`isInaccessible`](https://callstack.github.io/react-native-testing-library/docs/api#isinaccessible) function from React Native Testing Library
0 commit comments