Chromium Code Reviews
Description[Media Router WebUI] Run afterNextRender() before tests using media-router-container.
There's a race condition where afterNextRender() is not always called before setTimeout(). This causes flaky tests. All tests that use media-router-container, which uses afterNextRender() as part of its setup, should be run after an afterNextRender() call rather than setTimeout(). This will ensure setup completion, including registering listeners.
BUG=610547
Committed: https://crrev.com/6101899d9c383af3e47801dc11dc594df43555c1
Cr-Commit-Position: refs/heads/master@{#392668}
Patch Set 1 : #Messages
Total messages: 12 (7 generated)
|