-
Notifications
You must be signed in to change notification settings - Fork 672
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
Unexpected [Vue Warn] is appeared in the console during testing #1895
Comments
When I run testcafe from cli it works as expected. However, I get the same error when I use testcafe recording GUI from the browser + one more error from hammerhead.js "TypeError: e.toString is not a function" |
@Horsetoast |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Are you requesting a feature or reporting a bug?
bug (cloned from DevExpress/testcafe-vue-selectors#29)
What is the current behavior?
The following Vue Error is appeared in the console:
'[Vue warn]: Property or method "nodeType" is not defined on the instance but referenced during render
What is the expected behavior?
There are no errors on the original page.
How would you reproduce the current behavior (if this is a bug)?
You can reproduce it with the vue-spa-template project:
Run the application:
Run the following test:
I've reproduced it in
testcafe-hammerhead
playground. @LavrovArtem please take a look at this. We should open a separated issue in thetestcafe-hammerhead
repository. Let's keep this issue opened until it's fixed inhammerhead
and we update the version here.Specify your
The text was updated successfully, but these errors were encountered: