Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(cdk/testing): attempt to deflake webdriver tests (angular#27319)
The Selenium Webdriver tests for harnesses have been flaky for a while now, because the click coordinates haven't been consistent across test runs. My theory is that it's due to the page being scrolled down on some of them. These changes attempt to reduce the flakes by making the clicked element fixed.
- Loading branch information