Skip to content
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

Wrapper element not being populated in IE11 #762

Closed
rikbrowning opened this issue Jun 26, 2018 · 0 comments · Fixed by #763
Closed

Wrapper element not being populated in IE11 #762

rikbrowning opened this issue Jun 26, 2018 · 0 comments · Fixed by #763

Comments

@rikbrowning
Copy link

Version

1.0.0-beta.20

Steps to reproduce

const button = wrapper.find(".close-button");

What is expected?

button should be populated with a wrapper that has an element associated with it.

What is actually happening?

An element is found and a wrapper is returned but no vnode, element or vm is associated with it.


if (this.constructor.name === 'Wrapper') {

constructor.name is not supported in IE mdn docs

38elements added a commit to 38elements/vue-test-utils that referenced this issue Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant