-
Notifications
You must be signed in to change notification settings - Fork 668
isVisible()
is not a function
#436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
#425 will resolve this. |
This is fixed in beta.12 |
There is no type for |
Are you able to make a PR? |
Hey, guys! What is the status of this issue? Is it released? I have the same issue |
@TheDeveloperTom Are you using The old |
@eddyerburgh thank you |
Object is not a constructor (evaluating 'expect(wrapper.find('.panel').isVisible()).to.be(false)') |
Version
1.0.0-beta.11
Reproduction link
https://codesandbox.io/s/mo2r2y6j09
Steps to reproduce
Use the function
isVisible()
according to the documentation.What is expected?
The test utilities check whether an element in the wrapper is visible.
What is actually happening?
A
TypeError
occurs:This is related to #327, the method indeed exists but is called
visible()
and notisVisible()
.The text was updated successfully, but these errors were encountered: