mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d727561c5e
One of the tests introduced in #29601 is susceptible to a kind of WebDriver flake related to trying to click elements hidden behind fixed positioned elements. This commit works around the issue by clicking the elements directly using JavaScript (instead of `WebElement#click()`). PR Close #29641