-
Notifications
You must be signed in to change notification settings - Fork 674
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
Basic demo test does not work on chrome (OK with firefox) #1810
Comments
I have just tested with |
Hi @luckylooke, I've tried to reproduce the problem, but to no avail. Test passes on my Mac. According to a report a js-error occurs on the page when typing text in the input. Please, use chrome dev-tools to try to catch this error and send us your results. It will be very useful for solving the problem. Thanks! |
I suppose some extension breaks TestCafe behavior in your Chrome. Please check whether some extensions are enabled in the |
@AlexanderMoskovkin I have some extensions but none of them is enabled in incognito mode. |
Hello @luckylooke, there might be something with you profile, maybe some Chrome settings. I think so because
|
@AndreyBelym your hack works.. maybe it is because I have multiple profiles in chrome? I don't know, but thanks, now I can test on chrome too ;) Should I close this? Or do you plan to fix it on your side? |
@luckylooke, Great! Since the issue is resolved I close it in favor of #1623. |
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
What is the current behavior?
demo test fails on chrome, it is OK on firefox
What is the expected behavior?
to be OK also on chrome
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
"http://devexpress.github.io/testcafe/example/"
Test code
package.json
error message:
Specify your
Thanks
The text was updated successfully, but these errors were encountered: