-
Notifications
You must be signed in to change notification settings - Fork 130
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
Watch intervals should be run outside of main Angular zone #40
Comments
Same problem. |
still experiencing this issue, any solutions yet? |
Any updates on this issue? |
1 task
Closed via #74 |
i have same problem with version 7.0.0-beta.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ... (check one with "x")
Current behavior
ng2-idle's watching uses setInterval on the main angular zone which is blocking Protractor because it waits until all calls in the main zone are finished.
Expected behavior
setInterval is run outside of the main angular zone so that it doesn't block Protractor.
Minimal reproduction of the problem with instructions
You should be able to add protractor to an app setup for ng2-idle and use
protractor --elementExplorer
and try to grab an element through Protractor's api.Workaround
Should preferably deal with this inside of the plugin itself.
What is the motivation / use case for changing the behavior?
Protractor tests don't work
Please tell us about your environment:
OSX EL Capitan 10.11.6
VS Code
2.0.0-beta.4
2.4.7
ALL
Language: [all | TypeScript X.X | ES6/7 | ES5]
ALL
Node:
node --version
=7
The text was updated successfully, but these errors were encountered: