-
Notifications
You must be signed in to change notification settings - Fork 46
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
Browser freezes after completing tests #126
Comments
@sglanzer Can you please look into this one? |
I'm in a large hole for time currently, but I'd guess this is related to the request to write coverage - a scenario that should time out, but isn't. Do you have mirage or another server mocking tool installed by any chance? Also, are there any useful console logs? |
@lolmaus console logging and watching the network tab will help diagnose this. I'm working on a PR that will add error output on the ajax call to write coverage. Without some additional info not much we can do here. |
@jschilli Thanks! I'll try to do all you suggested somewhere next week. |
Hi!
When test execution reaches 100%, browser tab freezes and test runner eventually times out with a negative result.
Removing
ember-cli-blanket
frompackage.json
resolves the issue.The text was updated successfully, but these errors were encountered: