Skip to content

Commit f8258d2

Browse files
Fix: Update JSDocs
1 parent 429a422 commit f8258d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/native/src/lib/ElementAssertion.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class ElementAssertion extends Assertion<ReactTestInstance> {
4242
}
4343

4444
/**
45-
* Check if the component is enabled.
45+
* Check if the component is enabled and has not been disabled by an ancestor.
4646
*
4747
* @example
4848
* ```
@@ -95,7 +95,7 @@ export class ElementAssertion extends Assertion<ReactTestInstance> {
9595
}
9696

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

0 commit comments

Comments
 (0)