Skip to content

Commit abf480a

Browse files
Fix: Update JSDocs
1 parent 05a57e9 commit abf480a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/native/src/lib/ElementAssertion.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class ElementAssertion extends Assertion<ReactTestInstance> {
4141
}
4242

4343
/**
44-
* Check if the component is enabled.
44+
* Check if the component is enabled and has not been disabled by an ancestor.
4545
*
4646
* @example
4747
* ```
@@ -94,7 +94,7 @@ export class ElementAssertion extends Assertion<ReactTestInstance> {
9494
}
9595

9696
/**
97-
* Check if the element is visible.
97+
* Check if the element is visible and has not been hidden by an ancestor.
9898
*
9999
* @example
100100
* ```

0 commit comments

Comments
 (0)