Skip to content

Commit 93c6ba5

Browse files
dennythecodereddyerburgh
authored andcommitted
fix: add isVisible type (#478)
1 parent 0cb06bf commit 93c6ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test-utils/types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ type RefSelector = {
4545
interface BaseWrapper {
4646
contains (selector: Selector): boolean
4747
exists (): boolean
48+
isVisible (): boolean
4849
visible (): boolean
4950

5051
attributes(): { [name: string]: string }

0 commit comments

Comments
 (0)