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 0cb06bf commit 93c6ba5Copy full SHA for 93c6ba5
packages/test-utils/types/index.d.ts
@@ -45,6 +45,7 @@ type RefSelector = {
45
interface BaseWrapper {
46
contains (selector: Selector): boolean
47
exists (): boolean
48
+ isVisible (): boolean
49
visible (): boolean
50
51
attributes(): { [name: string]: string }
0 commit comments