-
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
Upgrading to testcafe 0.20 breaks in new relic script #2686
Comments
See the health monitor run for this site. |
fixed in DevExpress/testcafe-hammerhead#1709 |
Sweet! Thanks! Do you know when this will be released? |
We have plans to release a new version this week. |
Sweet! Thanks! |
Fixed in #2708 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow. |
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
When I upgraded my version of testcafe from 0.18 - 0.20, I started seeing errors as soon as I tried to execute an action in my testcafe test. The error was in new relic's code.
Uncaught TypeError: Cannot read property 'cancelled' of null
The action I tried to take was just
await t.typeText(Selector('.username', 'foo')
What is the expected behavior?
The app should not crash in my third party code.
How would you reproduce the current behavior (if this is a bug)?
Run a test with newrelic's browser code in the app.
Provide the test code and the tested page URL (if applicable)
await t.typeText(Selector('.username', 'foo')
I can't provide the app as it's internal. But it's just a plain react app and index.html contains the code provided by new relic to run in your browser.
Specify your
The text was updated successfully, but these errors were encountered: