-
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
"Can't execute code from a freed script" error when testing Sencha ExtJS applications in IE11 #2639
Comments
Hi @kot-lex, I've reproduced the issue. We need some time to investigate what's going wrong on the page. |
Hi @AndreyBelym, any update on this? |
Any news? Ability to run test in Internet Explorer 11 is critical for us. |
Hi @kot-lex, unfortunately page's code is very complex, and we don't have any significant results. |
@AndreyBelym is there any chance of this issue being resolved by your team anytime soon? |
I'm working on it. |
Fixed in #2779 |
Hi @kot-lex! The fix is released in |
Works like a charm, thank you guys! |
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?
Test of ExtJS application in IE11 fails with "Can't execute code from a freed script"
What is the expected behavior?
Test passes as it does in all other browsers
How would you reproduce the current behavior (if this is a bug)?
Clone repo with example https://github.com/kot-lex/testcafe-test
run
npm install
run
npm run test
Provide the test code and the tested page URL (if applicable)
Repo with sample test https://github.com/kot-lex/testcafe-test
Tested page URL:
http://examples.sencha.com/extjs/6.6.0/examples/admin-dashboard/
Test code
Specify your
The text was updated successfully, but these errors were encountered: