-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
For the gulp task 'test' and 'test:single-run' to complete
What is the current behavior?
test task fails and crashes Chrome/Firefox.
What are the steps to reproduce?
Run 'gulp test:single-run'
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Win 10, Node 6.10.2, Karma 1.7.0, Chrome 58.0.3029.110
Is there anything else we should know?
I had to exclude the snack-bar and dialog tests to get the test to complete without hanging.
Also noticed some overlays are not getting cleaned up. When running the tests in debug mode in the browser, after the browser locked up, I can see 12 divs with the cdk-overlay-container class still in the body.
Also seeing several errors in the terminal like:
× should set the width of the overlay if there is no placeholder
Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
Which I'm guessing is related to the whenStable() method.