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