-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Regression: Runtime.evaluate
errors on polyfilled Promises
#1173
Comments
:( |
Found it. Looks like however Angular2 polyfills promise goes above and beyond what the smokehouse promise polyfill does and removing the |
looks like the problem was that zone.js not only overwrites the global So even though we were using our |
fixed in #1178 |
some history from #11190 ...
but 11190 was a pain to land and the earlier annoyances calmed down. |
Getting
Protocol error (Runtime.evaluate): Result of the evaluation is not a promise
for alldriver.evaluateAsync
calls on test angular site like e.g. https://material2-app.firebaseapp.com/#1037 handles this case (and we've tested it pretty thoroughly in the past), so need to investigate how this regressed.
The text was updated successfully, but these errors were encountered: