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 05a57e9 commit abf480aCopy full SHA for abf480a
packages/native/src/lib/ElementAssertion.ts
@@ -41,7 +41,7 @@ export class ElementAssertion extends Assertion<ReactTestInstance> {
41
}
42
43
/**
44
- * Check if the component is enabled.
+ * Check if the component is enabled and has not been disabled by an ancestor.
45
*
46
* @example
47
* ```
@@ -94,7 +94,7 @@ export class ElementAssertion extends Assertion<ReactTestInstance> {
94
95
96
97
- * Check if the element is visible.
+ * Check if the element is visible and has not been hidden by an ancestor.
98
99
100
0 commit comments